메소드 |
설명 |
|
GUIContextMenu_AddItem ( IntPtr menu, string text, int commandID, bool enabled, bool hasSubMenu ) : int |
|
|
GUIContextMenu_AddSeparator ( IntPtr menu ) : void |
|
|
GUIContextMenu_GetItemCommandID ( IntPtr menu, int id ) : int |
|
|
GUIContextMenu_GetItemCount ( IntPtr menu ) : int |
|
|
GUIContextMenu_GetItemText ( IntPtr menu, int index ) : string |
|
|
GUIContextMenu_GetSelectedItem ( IntPtr menu ) : int |
|
|
GUIContextMenu_GetSubMenu ( IntPtr menu, int index ) : IntPtr |
|
|
GUIContextMenu_IsItemEnabled ( IntPtr menu, int id ) : bool |
|
|
GUIContextMenu_RemoveAllItems ( IntPtr menu ) : void |
|
|
GUIContextMenu_RemoveItem ( IntPtr menu, int item ) : void |
|
|
GUIContextMenu_SetItemCommandID ( IntPtr menu, int index, int id ) : void |
|
|
GUIContextMenu_SetItemEnabled ( IntPtr menu, int index, bool enabled ) : void |
|
|
GUIContextMenu_SetItemText ( IntPtr menu, int index, string text ) : void |
|
|