C# 클래스 Stetic.Editor.ActionMenuItem

상속: Stetic.Editor.ActionItem
파일 보기 프로젝트 열기: mono/stetic 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
EndEditing ( Gdk exitKey ) : void
OnButtonReleaseEvent ( Gdk ev ) : bool

비공개 메소드들

메소드 설명
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

메소드 상세

Attach() 공개 메소드

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

Detach() 공개 메소드

public Detach ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EndEditing() 보호된 메소드

protected EndEditing ( Gdk exitKey ) : void
exitKey Gdk
리턴 void

OnButtonReleaseEvent() 보호된 메소드

protected OnButtonReleaseEvent ( Gdk ev ) : bool
ev Gdk
리턴 bool

ProcessButtonRelease() 공개 메소드

public ProcessButtonRelease ( Gdk ev ) : bool
ev Gdk
리턴 bool

ProcessDragBegin() 공개 메소드

public ProcessDragBegin ( Gdk ctx, Gdk evt ) : void
ctx Gdk
evt Gdk
리턴 void

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

Select() 공개 메소드

public Select ( ) : void
리턴 void

ShowSubmenu() 공개 메소드

public ShowSubmenu ( ) : void
리턴 void

ShowSubmenu() 공개 메소드

public ShowSubmenu ( IDesignArea area, Gtk refWidget ) : void
area IDesignArea
refWidget Gtk
리턴 void

StartEditing() 공개 메소드

public StartEditing ( ) : void
리턴 void