C# Class Stetic.Editor.ActionToolItem

Inheritance: Stetic.Editor.ActionItem
Show file Open project: mono/stetic Class Usage Examples

Public Methods

Method Description
ProcessButtonRelease ( Gdk ev ) : bool
Refresh ( ) : void
StartEditing ( bool doClick ) : void

Protected Methods

Method Description
EndEditing ( Gdk exitKey ) : void
OnButtonReleaseEvent ( Gdk ev ) : bool
OnKeyPressEvent ( Gdk e ) : bool

Private Methods

Method 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 method

protected EndEditing ( Gdk exitKey ) : void
exitKey Gdk
return void

OnButtonReleaseEvent() protected method

protected OnButtonReleaseEvent ( Gdk ev ) : bool
ev Gdk
return bool

OnKeyPressEvent() protected method

protected OnKeyPressEvent ( Gdk e ) : bool
e Gdk
return bool

ProcessButtonRelease() public method

public ProcessButtonRelease ( Gdk ev ) : bool
ev Gdk
return bool

Refresh() public method

public Refresh ( ) : void
return void

StartEditing() public method

public StartEditing ( bool doClick ) : void
doClick bool
return void