프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AddCreateItemLabel | void | ||
AddItem | void | ||
AddSpacerItem | void | ||
FindMenuItem | |||
HideSpacerItem | void | ||
InsertAction | void | ||
InsertActionAt | void | ||
LocateWidget | |||
OnChildAdded | void | ||
OnChildRemoved | void | ||
OnEditingDone | void | ||
OnItemKeyPress | void | ||
OnNewItemPress | void | ||
Paste | void | ||
Refresh | void |
메소드 | 설명 | |
---|---|---|
ActionMenuBar ( ) : System | ||
DropMenu ( |
||
FillMenu ( |
||
RestoreStatus ( object data ) : void | ||
SaveStatus ( ) : object | ||
Select ( |
||
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 ( |
||
AddSpacerItem ( ) : void | ||
FindMenuItem ( |
||
HideSpacerItem ( ) : void | ||
InsertAction ( int pos ) : void | ||
InsertActionAt ( |
||
LocateWidget ( int x, int y ) : |
||
OnChildAdded ( object ob, |
||
OnChildRemoved ( object ob, |
||
OnEditingDone ( object ob, |
||
OnItemKeyPress ( object s, Gtk args ) : void | ||
OnNewItemPress ( object ob, Gtk args ) : void | ||
Paste ( |
||
Refresh ( ) : void |
public DropMenu ( |
||
node | ||
리턴 | void |
public FillMenu ( |
||
actionTree | ||
리턴 | void |
protected OnDragDrop ( Gdk context, int x, int y, uint time ) : bool | ||
context | Gdk | |
x | int | |
y | int | |
time | uint | |
리턴 | bool |
protected OnDragLeave ( Gdk context, uint time ) : void | ||
context | Gdk | |
time | uint | |
리턴 | void |
protected OnDragMotion ( Gdk context, int x, int y, uint time ) : bool | ||
context | Gdk | |
x | int | |
y | int | |
time | uint | |
리턴 | bool |
public Select ( |
||
node | ||
리턴 | void |
public ShowContextMenu ( Stetic.Editor.ActionItem aitem ) : void | ||
aitem | Stetic.Editor.ActionItem | |
리턴 | void |