gtkItemFactorySetTranslateFunc {RGtk2} | R Documentation |
Sets a function to be used for translating the path elements before they
are displayed.
WARNING: gtk_item_factory_set_translate_func
has been deprecated since version 2.4 and should not be used in newly-written code.
gtkItemFactorySetTranslateFunc(object, func, data = NULL)
|
[GtkItemFactory ] a GtkItemFactory |
|
[GtkTranslateFunc ] the GtkTranslateFunc function to be used to translate path elements |
|
[R object] data to pass to func and notify |
Derived by RGtkGen from GTK+ documentation