|
GtkItemFactory
A factory class for simplified menu creation.
Object HierarchyDirect subclassesNone.
Description
The GtkItemFactory is a class which makes it very easy
to create a lot of menu items at once. It supports nested menus, shortcuts and
different menu item types as well.
Constructor --
Creates a new instance of this class.
Methodscreate_items() ??
Creates the whole menu.
get_item() ??
Obtains the menu item which corresponds to path.
get_widget() ??
Obtains the widget item which corresponds to path.
get_widget_by_action() ??
Obtains the widget which was constructed from the GtkItemFactoryEntry with the given action.
get_item_by_action() ??
Obtains the menu item which was constructed from the first GtkItemFactoryEntry with the given action.
delete_item() ??
Deletes the menu item which was created for path by the given item factory.
popup() ??
Pops up the menu at (x, y).
|
|
|