gtkActionGroupSetTranslationDomain {RGtk2}R Documentation

gtkActionGroupSetTranslationDomain

Description

Sets the translation domain and uses gDgettext() for translating the label and tooltip of GtkActionEntrys added by gtkActionGroupAddActions.

Usage

gtkActionGroupSetTranslationDomain(object, domain)

Arguments

object

a GtkActionGroup

domain

the translation domain to use for gDgettext() calls

Details

If you're not using gettext() for localization, see gtkActionGroupSetTranslateFunc. Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]