C# Class Stetic.Editor.ActionToolItem

Inheritance: Stetic.Editor.ActionItem
Afficher le fichier Open project: mono/stetic Class Usage Examples

Méthodes publiques

Méthode Description
ProcessButtonRelease ( Gdk ev ) : bool
Refresh ( ) : void
StartEditing ( bool doClick ) : void

Méthodes protégées

Méthode Description
EndEditing ( Gdk exitKey ) : void
OnButtonReleaseEvent ( Gdk ev ) : bool
OnKeyPressEvent ( Gdk e ) : bool

Private Methods

Méthode Description
ActionToolItem ( Widget wrapper, ActionToolbar parent, ActionTreeNode node ) : System
ActionToolItem ( Widget wrapper, ActionToolbar parent, ActionTreeNode node, uint itemSpacing ) : System
CreateControls ( ) : void
CreateFakeItem ( ) : Gtk.Widget
OnClearIcon ( object on, EventArgs args ) : void
OnDropMenuPosition ( Gtk menu, int &x, int &y, bool &pushIn ) : void
OnLabelActivated ( object ob, EventArgs args ) : void
OnLabelChanged ( object ob, EventArgs args ) : void
OnMemuItemRelease ( object ob, Gtk args ) : void
OnMotionNotify ( object ob, Gtk args ) : void
OnSelectIcon ( object s, Gtk args ) : void
OnSetActionType ( object ob, EventArgs args ) : void
OnSetRadioType ( object ob, EventArgs args ) : void
OnSetToggleType ( object ob, EventArgs args ) : void
OnStockSelected ( object s, IconEventArgs args ) : void
OnToolItemPress ( object ob, Gtk args ) : void

Method Details

EndEditing() protected méthode

protected EndEditing ( Gdk exitKey ) : void
exitKey Gdk
Résultat void

OnButtonReleaseEvent() protected méthode

protected OnButtonReleaseEvent ( Gdk ev ) : bool
ev Gdk
Résultat bool

OnKeyPressEvent() protected méthode

protected OnKeyPressEvent ( Gdk e ) : bool
e Gdk
Résultat bool

ProcessButtonRelease() public méthode

public ProcessButtonRelease ( Gdk ev ) : bool
ev Gdk
Résultat bool

Refresh() public méthode

public Refresh ( ) : void
Résultat void

StartEditing() public méthode

public StartEditing ( bool doClick ) : void
doClick bool
Résultat void