C# Class Hyena.Widgets.MenuButton

Inheritance: Gtk.Container
Afficher le fichier Open project: rubenv/tripod Class Usage Examples

Méthodes publiques

Méthode Description
MenuButton ( ) : System
MenuButton ( Gtk.Widget buttonWidget, Gtk.Menu menu, bool showArrow ) : System

Méthodes protégées

Méthode Description
Construct ( Gtk.Widget buttonWidget, Gtk.Menu menu, bool showArrow ) : void
ForAll ( bool include_internals, Callback callback ) : void
OnAdded ( Gtk.Widget widget ) : void
OnRemoved ( Gtk.Widget widget ) : void
OnSizeAllocated ( Gdk.Rectangle allocation ) : void
OnSizeRequested ( Requisition &requisition ) : void
ShowMenu ( ) : void

Private Methods

Méthode Description
OnMenuDeactivated ( object o, EventArgs args ) : void
PositionMenu ( Gtk.Menu menu, int &x, int &y, bool &push_in ) : void

Method Details

Construct() protected méthode

protected Construct ( Gtk.Widget buttonWidget, Gtk.Menu menu, bool showArrow ) : void
buttonWidget Gtk.Widget
menu Gtk.Menu
showArrow bool
Résultat void

ForAll() protected méthode

protected ForAll ( bool include_internals, Callback callback ) : void
include_internals bool
callback Callback
Résultat void

MenuButton() public méthode

public MenuButton ( ) : System
Résultat System

MenuButton() public méthode

public MenuButton ( Gtk.Widget buttonWidget, Gtk.Menu menu, bool showArrow ) : System
buttonWidget Gtk.Widget
menu Gtk.Menu
showArrow bool
Résultat System

OnAdded() protected méthode

protected OnAdded ( Gtk.Widget widget ) : void
widget Gtk.Widget
Résultat void

OnRemoved() protected méthode

protected OnRemoved ( Gtk.Widget widget ) : void
widget Gtk.Widget
Résultat void

OnSizeAllocated() protected méthode

protected OnSizeAllocated ( Gdk.Rectangle allocation ) : void
allocation Gdk.Rectangle
Résultat void

OnSizeRequested() protected méthode

protected OnSizeRequested ( Requisition &requisition ) : void
requisition Requisition
Résultat void

ShowMenu() protected méthode

protected ShowMenu ( ) : void
Résultat void