gtkActionGroupSetTranslateFunc {RGtk2}R Documentation

gtkActionGroupSetTranslateFunc

Description

Sets a function to be used for translating the label and tooltip of GtkActionGroupEntrys added by gtkActionGroupAddActions.

Usage

gtkActionGroupSetTranslateFunc(object, func, data = NULL)

Arguments

object [GtkActionGroup] a GtkActionGroup
func [GtkTranslateFunc] a GtkTranslateFunc
data [R object] data to be passed to func and notify

Details

If you're using gettext(), it is enough to set the translation domain with gtkActionGroupSetTranslationDomain.

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]