Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Class Gtk.Menu

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkMenu
Class : Menu
Implements: Atk.ImplementorIface, Gtk.Buildable
Extends: Gtk.MenuShell
  Show / Hide Inherited methods, properties and signals
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
Gdaui.RawGrid
Signal
populate_popup (RawGrid self, Menu object) : none
Gtk.Entry
Signal
populate_popup (Entry self, Menu menu) : none
The ::populate-popup signal gets emitted before showing the context menu of the entry.
Gtk.Label
Signal
populate_popup (Label self, Menu menu) : none
The ::populate-popup signal gets emitted before showing the context menu of the label.
Gtk.MenuItem
Property
submenu : Gtk.Menu
The submenu attached to the menu item, or NULL if it has none.
Gtk.MenuToolButton
Property
menu : Gtk.Menu
Gtk.OptionMenu
Property
menu : Gtk.Menu
Gtk.StatusIcon
Method
Gtk.StatusIcon.position_menu (Menu menu, Number x, Number y, Boolean push_in, void* user_data) : Object
Menu positioning function to use with gtk_menu_popup() to position menu aligned to the status icon user_data.
Gtk.TextView
Signal
populate_popup (TextView self, Menu menu) : none
The ::populate-popup signal gets emitted before showing the context menu of the text view.
WebKit.WebView
Signal
populate_popup (WebView self, Menu object) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:22 GMT+0800 (HKT)