C# 클래스 Stetic.Editor.ActionToolItem

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

공개 메소드들

메소드 설명
ProcessButtonRelease ( Gdk ev ) : bool
Refresh ( ) : void
StartEditing ( bool doClick ) : void

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

EndEditing() 보호된 메소드

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

OnButtonReleaseEvent() 보호된 메소드

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

OnKeyPressEvent() 보호된 메소드

protected OnKeyPressEvent ( Gdk e ) : bool
e Gdk
리턴 bool

ProcessButtonRelease() 공개 메소드

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

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

StartEditing() 공개 메소드

public StartEditing ( bool doClick ) : void
doClick bool
리턴 void