gtkItemFactorySetTranslateFunc {RGtk2}R Documentation

gtkItemFactorySetTranslateFunc

Description

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.

Usage

gtkItemFactorySetTranslateFunc(object, func, data = NULL)

Arguments

object [GtkItemFactory] a GtkItemFactory
func [GtkTranslateFunc] the GtkTranslateFunc function to be used to translate path elements
data [R object] data to pass to func and notify

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]