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

Наследование: Gtk.Toolbar, IMenuItemContainer
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ActionToolbar ( ) : System
FillMenu ( ActionTree actionTree ) : void
RestoreStatus ( object stat ) : void
SaveStatus ( ) : object
Select ( ActionTreeNode node ) : void
ShowContextMenu ( Stetic.Editor.ActionItem aitem ) : void
Unselect ( ) : void

Защищенные методы

Метод Описание
OnDragDrop ( Gdk context, int x, int y, uint time ) : bool
OnDragLeave ( Gdk context, uint time ) : void
OnDragMotion ( Gdk context, int x, int y, uint time ) : bool
OnExposeEvent ( Gdk ev ) : bool

Приватные методы

Метод Описание
AddCreateItemLabel ( ) : void
AddItem ( ActionToolItem aitem, int pos ) : void
AddSpacerItem ( ) : void
FindMenuItem ( ActionTreeNode node ) : ActionToolItem
GetButtonEndPos ( Gtk w ) : int
GetButtonPos ( Gtk w ) : int
GetButtonSize ( Gtk w ) : int
HideSpacerItem ( ) : void
InsertAction ( int pos ) : void
InsertActionAt ( ActionToolItem item, bool after, bool separator ) : void
LocateWidget ( int x, int y ) : ActionToolItem
OnChildAdded ( object ob, ActionTreeNodeArgs args ) : void
OnChildRemoved ( object ob, ActionTreeNodeArgs args ) : void
OnEditingDone ( object ob, EventArgs args ) : void
OnItemKeyPress ( object s, Gtk args ) : void
OnNewItemPress ( object ob, Gtk args ) : void
Paste ( ActionToolItem item ) : void
Refresh ( ) : void

Описание методов

ActionToolbar() публичный Метод

public ActionToolbar ( ) : System
Результат System

FillMenu() публичный Метод

public FillMenu ( ActionTree actionTree ) : void
actionTree Stetic.Wrapper.ActionTree
Результат void

OnDragDrop() защищенный Метод

protected OnDragDrop ( Gdk context, int x, int y, uint time ) : bool
context Gdk
x int
y int
time uint
Результат bool

OnDragLeave() защищенный Метод

protected OnDragLeave ( Gdk context, uint time ) : void
context Gdk
time uint
Результат void

OnDragMotion() защищенный Метод

protected OnDragMotion ( Gdk context, int x, int y, uint time ) : bool
context Gdk
x int
y int
time uint
Результат bool

OnExposeEvent() защищенный Метод

protected OnExposeEvent ( Gdk ev ) : bool
ev Gdk
Результат bool

RestoreStatus() публичный Метод

public RestoreStatus ( object stat ) : void
stat object
Результат void

SaveStatus() публичный Метод

public SaveStatus ( ) : object
Результат object

Select() публичный Метод

public Select ( ActionTreeNode node ) : void
node Stetic.Wrapper.ActionTreeNode
Результат void

ShowContextMenu() публичный Метод

public ShowContextMenu ( Stetic.Editor.ActionItem aitem ) : void
aitem Stetic.Editor.ActionItem
Результат void

Unselect() публичный Метод

public Unselect ( ) : void
Результат void