gtkActionGroupSetTranslateFunc {RGtk2} | R Documentation |
Sets a function to be used for translating the label
and tooltip
of
GtkActionGroupEntry
s added by gtkActionGroupAddActions
.
gtkActionGroupSetTranslateFunc(object, func, data = NULL)
|
[GtkActionGroup ] a GtkActionGroup |
|
[GtkTranslateFunc ] a GtkTranslateFunc |
|
[R object] data to be passed to func and notify |
If you're using gettext()
, it is enough to set the translation domain
with gtkActionGroupSetTranslationDomain
.
Since 2.4
Derived by RGtkGen from GTK+ documentation