c
Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gio.MenuModel

Class Gio.MenuModel

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GMenuModel
Class : MenuModel
Subclasses: Gio.DBusMenuModel, Gio.Menu
Extends: GObject.Object
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio.DBusConnection
Method
export_menu_model (String object_path, MenuModel menu) : guint32
Gio.Menu
Method
append_section (String label, MenuModel section) : none
Gio.Menu
Method
append_submenu (String label, MenuModel submenu) : none
Gio.Menu
Method
insert_section (gint32 position, String label, MenuModel section) : none
Gio.Menu
Method
insert_submenu (gint32 position, String label, MenuModel submenu) : none
Gio.Menu
Method
prepend_section (String label, MenuModel section) : none
Gio.Menu
Method
prepend_submenu (String label, MenuModel submenu) : none
Gio.MenuItem
Method
new Gio.MenuItem.from_model (MenuModel model, gint32 item_index) : Gio.MenuItem
Create a new Gio.MenuItem
Gio.MenuItem
Method
new Gio.MenuItem.section (String label, MenuModel section) : Gio.MenuItem
Create a new Gio.MenuItem
Gio.MenuItem
Method
new Gio.MenuItem.submenu (String label, MenuModel submenu) : Gio.MenuItem
Create a new Gio.MenuItem
Gio.MenuItem
Method
get_link (String link) : Gio.MenuModel
Gio.MenuItem
Method
set_link (String link, MenuModel model) : none
Gio.MenuItem
Method
set_section (MenuModel section) : none
Gio.MenuItem
Method
set_submenu (MenuModel submenu) : none
Gio.MenuLinkIter
Method
get_value () : Gio.MenuModel
Gtk.Application
Property
app_menu : Gio.MenuModel
Gtk.Application
Property
menubar : Gio.MenuModel
Gtk.Application
Method
get_app_menu () : Gio.MenuModel
Gtk.Application
Method
get_menubar () : Gio.MenuModel
Gtk.Application
Method
set_app_menu (MenuModel app_menu) : none
Gtk.Application
Method
set_menubar (MenuModel menubar) : none
Gtk.Menu
Method
new Gtk.Menu.from_model (MenuModel model) : Gtk.Widget
Create a new Gtk.Menu
Gtk.MenuBar
Method
new Gtk.MenuBar.from_model (MenuModel model) : Gtk.Widget
Create a new Gtk.MenuBar
Gtk.MenuButton
Property
menu_model : Gio.MenuModel
Gtk.MenuButton
Method
get_menu_model () : Gio.MenuModel
Gtk.MenuButton
Method
set_menu_model (MenuModel menu_model) : none
Gtk.MenuShell
Method
bind_model (MenuModel model, String action_namespace, gboolean with_separators) : none
Shell.App
Property
menu : Gio.MenuModel read only
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:20:07 GMT+0800 (HKT)