Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Struct Gtk.ItemFactoryEntry

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
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Gtk.ItemFactoryEntry ()
Create a new Gtk.ItemFactoryEntry
Create a new Gtk.ItemFactoryEntry
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.ItemFactory
Method
create_item (ItemFactoryEntry entry, void* callback_data, Number callback_type) : none
Creates an item for entry.
Gtk.ItemFactory
Method
create_items (Number n_entries, ItemFactoryEntry entries, void* callback_data) : none
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:39 GMT+0800 (HKT)