
Public Member Functions | |
| this () | |
| this (int style) | |
| this (string titel) | |
| this (string titel, int style) | |
| this (IntPtr wxobj) | |
| void | AddEvent (int inId, EventListener el, wxObject owner) |
| void | ConnectEvents (Window parent) |
| MenuItem | AppendWL (int id, string item, EventListener listener) |
| MenuItem | AppendWL (int id, string item, string help, EventListener listener) |
| MenuItem | AppendWL (int id, string item, string help, ItemKind kind, EventListener listener) |
| MenuItem | AppendWL (int id, string item, Menu subMenu, EventListener listener) |
| MenuItem | AppendWL (int id, string item, Menu subMenu, string help, EventListener listener) |
| MenuItem | AppendWL (MenuItem item, EventListener listener) |
Static Public Member Functions | |
| static wxObject | New (IntPtr wxobj) |
Public Attributes | |
| MenuListener[] | eventListeners |
| this | ( | ) |
| this | ( | int | style | ) |
Reimplemented from MenuBase.
| this | ( | string | titel | ) |
| this | ( | string | titel, | |
| int | style | |||
| ) |
Reimplemented from MenuBase.
| this | ( | IntPtr | wxobj | ) |
Reimplemented from MenuBase.
| static wxObject New | ( | IntPtr | wxobj | ) | [static] |
Reimplemented from EvtHandler.
| void AddEvent | ( | int | inId, | |
| EventListener | el, | |||
| wxObject | owner | |||
| ) |
| void ConnectEvents | ( | Window | parent | ) |
| MenuItem AppendWL | ( | int | id, | |
| string | item, | |||
| EventListener | listener | |||
| ) |
| MenuItem AppendWL | ( | int | id, | |
| string | item, | |||
| string | help, | |||
| EventListener | listener | |||
| ) |
| MenuItem AppendWL | ( | int | id, | |
| string | item, | |||
| string | help, | |||
| ItemKind | kind, | |||
| EventListener | listener | |||
| ) |
1.5.4