ItemFactory.createItems

Warning gtk_item_factory_create_items has been deprecated since version 2.4 and should not be used in newly-written code. Use GtkUIManager instead. Creates the menu items from the entries.

class ItemFactory
void
createItems

Parameters

nEntries uint

the length of entries

entries GtkItemFactoryEntry*

an array of GtkItemFactoryEntrys whose callback members must by of type GtkItemFactoryCallback1

callbackData void*

data passed to the callback functions of all entries

Meta