gtkActionGroupSetTranslationDomain {RGtk2} | R Documentation |
Sets the translation domain and uses dgettext()
for translating the
label
and tooltip
of GtkActionEntry
s added by
gtkActionGroupAddActions
.
gtkActionGroupSetTranslationDomain(object, domain)
|
[GtkActionGroup ] a GtkActionGroup |
|
[character] the translation domain to use for dgettext() calls |
If you're not using gettext()
for localization, see
gtkActionGroupSetTranslateFunc
.
Since 2.4
Derived by RGtkGen from GTK+ documentation