Package: gtk

Function gtk-action-group-set-translation-domain

Lambda List

gtk-action-group-set-translation-domain (group domain)

Arguments

group -- a gtk-action-group object
domain -- a string with the translation domain to use for GLIB gettext calls

Details

Sets the translation domain and uses GLIB gettext for translating the label and tooltip of action entries added by the gtk-action-group-add-actions function. If you are not using GNU gettext for localization, see the gtk-action-group-set-translate-func function.

Warning

The gtk-action-group-set-translate-domain function has been deprecated since version 3.10 and should not be used in newly written code.
 

See also

2021-12-18