ItemFactory.createItem

Warning gtk_item_factory_create_item has been deprecated since version 2.4 and should not be used in newly-written code. Use GtkUIManager instead. Creates an item for entry.

class ItemFactory
void
createItem

Parameters

entry GtkItemFactoryEntry*

the GtkItemFactoryEntry to create an item for

callbackData void*

data passed to the callback function of entry

callbackType uint

1 if the callback function of entry is of type GtkItemFactoryCallback1, 2 if it is of type GtkItemFactoryCallback2

Meta