gtkItemFactoryCreateItem {RGtk2} | R Documentation |
Creates an item for entry
.
WARNING: gtk_item_factory_create_item
has been deprecated since version 2.4 and should not be used in newly-written code.
gtkItemFactoryCreateItem(object, entry, callback.data = NULL, callback.type)
|
[GtkItemFactory ] a GtkItemFactory |
|
[GtkItemFactoryEntry ] the GtkItemFactoryEntry to create an item for |
|
[R object] data passed to the callback function of entry |
|
[numeric] 1 if the callback function of entry is of type
GtkItemFactoryCallback1 , 2 if it is of type GtkItemFactoryCallback2 |
Derived by RGtkGen from GTK+ documentation