Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Class Gtk.MenuShell

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkMenuShell
Class : MenuShell
Implements: Atk.ImplementorIface, Gtk.Buildable
Subclasses: Gtk.Menu, Gtk.MenuBar
Extends: Gtk.Container
A GtkMenuShell is the abstract base class used to derive the
GtkMenu and GtkMenuBar subclasses.
A GtkMenuShell is a container of GtkMenuItem objects arranged
in a list which can be navigated, selected, and activated by the
user to perform application functions. A GtkMenuItem can have a
submenu associated with it, allowing for nested hierarchical menus.
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
Gtk.IMMulticontext
Method
append_menuitems (MenuShell menushell) : none
Add menuitems for various available input methods to a menu;
the menuitems, when selected, will switch the input method
for the context and the global default input method.
Vte.Terminal
Method
im_append_menuitems (MenuShell menushell) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:13:18 GMT+0800 (HKT)