gtkItemFactoryCreateItem {RGtk2}R Documentation

gtkItemFactoryCreateItem

Description

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.

Usage

gtkItemFactoryCreateItem(object, entry, callback.data = NULL, callback.type)

Arguments

object [GtkItemFactory] a GtkItemFactory
entry [GtkItemFactoryEntry] the GtkItemFactoryEntry to create an item for
callback.data [R object] data passed to the callback function of entry
callback.type [numeric] 1 if the callback function of entry is of type GtkItemFactoryCallback1, 2 if it is of type GtkItemFactoryCallback2

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]