C# Класс Stetic.Editor.ActionToolItem

Наследование: Stetic.Editor.ActionItem
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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