Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-2.0.gir |
C documentation: | GtkItemFactoryEntry |
Struct : | ItemFactoryEntry |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
accelerator : String
|
Gtk.ItemFactoryEntry | |
callback : [object Object]
|
Gtk.ItemFactoryEntry | |
callback_action : Number
|
Gtk.ItemFactoryEntry | |
extra_data : void*
|
Gtk.ItemFactoryEntry | |
item_type : String
|
Gtk.ItemFactoryEntry | |
path : String
|
Gtk.ItemFactoryEntry |
Method / Constructor | Defined By | |
---|---|---|
new Gtk.ItemFactoryEntry
()
Create a new Gtk.ItemFactoryEntry
Create a new Gtk.ItemFactoryEntry
|
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.ItemFactory
Method |
Creates an item for entry.
|
Gtk.ItemFactory
Method |
Creates the menu items from the entries.
|
Gtk.ItemFactory
Method |
delete_entry
(ItemFactoryEntry entry)
:
none
Deletes the menu item which was created from entry by the given item factory.
|
Gtk.ItemFactory
Method |
delete_entries
(Number n_entries, ItemFactoryEntry entries)
:
none
Deletes the menu items which were created from the entries by the given item factory.
|
Gtk.ItemFactory
Method |
create_items_ac
(Number n_entries, ItemFactoryEntry entries, void* callback_data, Number callback_type)
:
none
Creates the menu items from the entries.
|