C# Class Stetic.Editor.ActionMenuItem

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

Public Methods

Method Description
Attach ( Gtk table, uint row, uint col ) : void
Detach ( ) : void
Dispose ( ) : void
ProcessButtonRelease ( Gdk ev ) : bool
ProcessDragBegin ( Gdk ctx, Gdk evt ) : void
Refresh ( ) : void
Select ( ) : void
ShowSubmenu ( ) : void
ShowSubmenu ( IDesignArea area, Gtk refWidget ) : void
StartEditing ( ) : void

Protected Methods

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

Private Methods

Method Description
ActionMenuItem ( ) : System
ActionMenuItem ( IDesignArea designArea, IProject project, IMenuItemContainer parent, ActionTreeNode node ) : System
ActionMenuItem ( Widget wrapper, IMenuItemContainer parent, ActionTreeNode node ) : System
ActionMenuItem ( Widget wrapper, IMenuItemContainer parent, ActionTreeNode node, uint itemSpacing ) : System
AttachChildren ( Gtk table, uint row, uint col ) : void
Bind ( CustomMenuBarItem item ) : void
CreateControls ( ) : void
HideSubmenu ( ) : void
OnActionChanged ( object ob, ObjectWrapperEventArgs a ) : void
OnClearIcon ( object on, EventArgs args ) : void
OnCreateDeleteSubmenu ( object ob, EventArgs args ) : void
OnDropMenuPosition ( Gtk menu, int &x, int &y, bool &pushIn ) : void
OnEntryKeyPress ( object ob, Gtk args ) : void
OnLabelActivated ( object ob, EventArgs args ) : void
OnMemuItemRelease ( object ob, Gtk args ) : void
OnMenuItemPress ( object ob, Gtk args ) : void
OnMotionNotify ( object ob, Gtk args ) : void
OnSelectIcon ( object sender, Gtk e ) : void
OnSetActionType ( object ob, EventArgs args ) : void
OnSetRadioType ( object ob, EventArgs args ) : void
OnSetToggleType ( object ob, EventArgs args ) : void
OnStockSelected ( object s, Stetic.Editor.IconEventArgs args ) : void

Method Details

Attach() public method

public Attach ( Gtk table, uint row, uint col ) : void
table Gtk
row uint
col uint
return void

Detach() public method

public Detach ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

EndEditing() protected method

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

OnButtonReleaseEvent() protected method

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

ProcessButtonRelease() public method

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

ProcessDragBegin() public method

public ProcessDragBegin ( Gdk ctx, Gdk evt ) : void
ctx Gdk
evt Gdk
return void

Refresh() public method

public Refresh ( ) : void
return void

Select() public method

public Select ( ) : void
return void

ShowSubmenu() public method

public ShowSubmenu ( ) : void
return void

ShowSubmenu() public method

public ShowSubmenu ( IDesignArea area, Gtk refWidget ) : void
area IDesignArea
refWidget Gtk
return void

StartEditing() public method

public StartEditing ( ) : void
return void