TranslateFunc
Description:
[ CCode ( instance_pos = 1.9 ) ]
[ Version ( deprecated = true , deprecated_since = "3.10" ) ]
public delegate string TranslateFunc (string path)
[ Version ( deprecated = true , deprecated_since = "3.10" ) ]
public delegate string TranslateFunc (string path)
Warning: TranslateFunc is deprecated since 3.10.
The function used to translate messages in e.
g. IconFactory and ActionGroup.
Parameters:
path |
The id of the message. In ActionGroup this will be a label or tooltip from a ActionEntry. |
func_data |
user data passed in when registering the function |
Returns:
the translated message |
Namespace: Gtk
Package: gtk+-3.0