
Public Member Functions | |
| this (IntPtr wxobj) | |
| this (int style=0) | |
| this (string titel, int style=0) | |
| MenuItem | Append (int id, string item) |
| MenuItem | Append (int id, string item, string help) |
| MenuItem | Append (int id, string item, string help, ItemKind kind) |
| MenuItem | Append (int id, string item, Menu subMenu) |
| MenuItem | Append (int id, string item, Menu subMenu, string help) |
| MenuItem | Append (MenuItem item) |
| MenuItem | AppendCheckItem (int id, string item) |
| MenuItem | AppendCheckItem (int id, string item, string help) |
| MenuItem | AppendSeparator () |
| MenuItem | AppendRadioItem (int itemid, string text) |
| MenuItem | AppendRadioItem (int itemid, string text, string help) |
| void | Check (int id, bool check) |
| int | GetMenuItemCount () |
| MenuItem | GetMenuItem (int index) |
| virtual void | Break () |
| MenuItem | Insert (int pos, MenuItem item) |
| MenuItem | Insert (int pos, int itemid, string text) |
| MenuItem | Insert (int pos, int itemid, string text, string help) |
| MenuItem | Insert (int pos, int itemid, string text, string help, ItemKind kind) |
| MenuItem | InsertSeparator (int pos) |
| MenuItem | InsertCheckItem (int pos, int itemid, string text) |
| MenuItem | InsertCheckItem (int pos, int itemid, string text, string help) |
| MenuItem | InsertRadioItem (int pos, int itemid, string text) |
| MenuItem | InsertRadioItem (int pos, int itemid, string text, string help) |
| MenuItem | Insert (int pos, int itemid, string text, Menu submenu) |
| MenuItem | Insert (int pos, int itemid, string text, Menu submenu, string help) |
| MenuItem | Prepend (MenuItem item) |
| MenuItem | Prepend (int itemid, string text) |
| MenuItem | Prepend (int itemid, string text, string help) |
| MenuItem | Prepend (int itemid, string text, string help, ItemKind kind) |
| MenuItem | PrependSeparator () |
| MenuItem | PrependCheckItem (int itemid, string text) |
| MenuItem | PrependCheckItem (int itemid, string text, string help) |
| MenuItem | PrependRadioItem (int itemid, string text) |
| MenuItem | PrependRadioItem (int itemid, string text, string help) |
| MenuItem | Prepend (int itemid, string text, Menu submenu) |
| MenuItem | Prepend (int itemid, string text, Menu submenu, string help) |
| MenuItem | Remove (int itemid) |
| MenuItem | Remove (MenuItem item) |
| bool | Delete (int itemid) |
| bool | Delete (MenuItem item) |
| bool | Destroy (int itemid) |
| bool | Destroy (MenuItem item) |
| virtual int | FindItem (string item) |
| MenuItem | FindItem (int itemid) |
| MenuItem | FindItem (int itemid, inout Menu menu) |
| MenuItem | FindItemByPosition (int position) |
| void | Enable (int itemid, bool enable) |
| bool | IsEnabled (int itemid) |
| bool | IsChecked (int itemid) |
| void | SetLabel (int itemid, string label) |
| string | GetLabel (int itemid) |
| void | SetHelpString (int itemid, string helpString) |
| string | GetHelpString (int itemid) |
| string | Title () |
| void | Title (string value) |
| EvtHandler | EventHandler () |
| void | EventHandler (EvtHandler value) |
| Window | InvokingWindow () |
| void | InvokingWindow (Window value) |
| int | Style () |
| void | UpdateUI () |
| void | UpdateUI (EvtHandler source) |
| MenuBar | menuBar () |
| bool | Attached () |
| Menu | Parent () |
| void | Parent (Menu value) |
| MenuItem | FindChildItem (int itemid) |
| MenuItem | FindChildItem (int itemid, out int pos) |
| bool | SendEvent (int itemid) |
| bool | SendEvent (int itemid, int xchecked) |
| this | ( | IntPtr | wxobj | ) |
| this | ( | int | style = 0 |
) |
Reimplemented in Menu.
| this | ( | string | titel, | |
| int | style = 0 | |||
| ) |
Reimplemented in Menu.
| MenuItem Append | ( | int | id, | |
| string | item | |||
| ) |
| MenuItem Append | ( | int | id, | |
| string | item, | |||
| string | help | |||
| ) |
| MenuItem Append | ( | int | id, | |
| string | item, | |||
| string | help, | |||
| ItemKind | kind | |||
| ) |
| MenuItem AppendCheckItem | ( | int | id, | |
| string | item | |||
| ) |
| MenuItem AppendCheckItem | ( | int | id, | |
| string | item, | |||
| string | help | |||
| ) |
| MenuItem AppendSeparator | ( | ) |
| MenuItem AppendRadioItem | ( | int | itemid, | |
| string | text | |||
| ) |
| MenuItem AppendRadioItem | ( | int | itemid, | |
| string | text, | |||
| string | help | |||
| ) |
| void Check | ( | int | id, | |
| bool | check | |||
| ) |
| int GetMenuItemCount | ( | ) |
| MenuItem GetMenuItem | ( | int | index | ) |
| virtual void Break | ( | ) |
| MenuItem Insert | ( | int | pos, | |
| int | itemid, | |||
| string | text | |||
| ) |
| MenuItem Insert | ( | int | pos, | |
| int | itemid, | |||
| string | text, | |||
| string | help | |||
| ) |
| MenuItem Insert | ( | int | pos, | |
| int | itemid, | |||
| string | text, | |||
| string | help, | |||
| ItemKind | kind | |||
| ) |
| MenuItem InsertSeparator | ( | int | pos | ) |
| MenuItem InsertCheckItem | ( | int | pos, | |
| int | itemid, | |||
| string | text | |||
| ) |
| MenuItem InsertCheckItem | ( | int | pos, | |
| int | itemid, | |||
| string | text, | |||
| string | help | |||
| ) |
| MenuItem InsertRadioItem | ( | int | pos, | |
| int | itemid, | |||
| string | text | |||
| ) |
| MenuItem InsertRadioItem | ( | int | pos, | |
| int | itemid, | |||
| string | text, | |||
| string | help | |||
| ) |
| MenuItem Prepend | ( | int | itemid, | |
| string | text | |||
| ) |
| MenuItem Prepend | ( | int | itemid, | |
| string | text, | |||
| string | help | |||
| ) |
| MenuItem Prepend | ( | int | itemid, | |
| string | text, | |||
| string | help, | |||
| ItemKind | kind | |||
| ) |
| MenuItem PrependSeparator | ( | ) |
| MenuItem PrependCheckItem | ( | int | itemid, | |
| string | text | |||
| ) |
| MenuItem PrependCheckItem | ( | int | itemid, | |
| string | text, | |||
| string | help | |||
| ) |
| MenuItem PrependRadioItem | ( | int | itemid, | |
| string | text | |||
| ) |
| MenuItem PrependRadioItem | ( | int | itemid, | |
| string | text, | |||
| string | help | |||
| ) |
| MenuItem Remove | ( | int | itemid | ) |
| bool Delete | ( | int | itemid | ) |
| bool Delete | ( | MenuItem | item | ) |
| bool Destroy | ( | int | itemid | ) |
| bool Destroy | ( | MenuItem | item | ) |
| virtual int FindItem | ( | string | item | ) |
| MenuItem FindItem | ( | int | itemid | ) |
| MenuItem FindItemByPosition | ( | int | position | ) |
| void Enable | ( | int | itemid, | |
| bool | enable | |||
| ) |
| bool IsEnabled | ( | int | itemid | ) |
| bool IsChecked | ( | int | itemid | ) |
| void SetLabel | ( | int | itemid, | |
| string | label | |||
| ) |
| string GetLabel | ( | int | itemid | ) |
| void SetHelpString | ( | int | itemid, | |
| string | helpString | |||
| ) |
| string GetHelpString | ( | int | itemid | ) |
| string Title | ( | ) |
| void Title | ( | string | value | ) |
| EvtHandler EventHandler | ( | ) |
| void EventHandler | ( | EvtHandler | value | ) |
| Window InvokingWindow | ( | ) |
| void InvokingWindow | ( | Window | value | ) |
| int Style | ( | ) |
| void UpdateUI | ( | ) |
| void UpdateUI | ( | EvtHandler | source | ) |
| MenuBar menuBar | ( | ) |
| bool Attached | ( | ) |
| Menu Parent | ( | ) |
| void Parent | ( | Menu | value | ) |
| MenuItem FindChildItem | ( | int | itemid | ) |
| MenuItem FindChildItem | ( | int | itemid, | |
| out int | pos | |||
| ) |
| bool SendEvent | ( | int | itemid | ) |
| bool SendEvent | ( | int | itemid, | |
| int | xchecked | |||
| ) |
1.5.4