
Public Member Functions | |
| void | AddEvent (int inId, EventListener el, Object owner) |
| MenuItem | Append (MenuItem item, EventListener listener) |
| MenuItem | AppendWL (int id, string item, Menu subMenu, string help, EventListener listener) |
| MenuItem | AppendWL (int id, string item, Menu subMenu, EventListener listener) |
| MenuItem | AppendWL (int id, string item, string help, ItemKind kind, EventListener listener) |
| MenuItem | AppendWL (int id, string item, string help, EventListener listener) |
| MenuItem | AppendWL (int id, string item, EventListener listener) |
| void | ConnectEvents (Window parent) |
| Menu (IntPtr wxObject) | |
| Menu (wxString title, wx.WindowStyles style) | |
| Menu (string title, wx.WindowStyles style) | |
| Menu (string titel) | |
| Menu (Enum title, wx.WindowStyles style) | |
| Menu (Enum title) | |
| Menu (wx.WindowStyles style) | |
| Menu () | |
Public Attributes | |
| ArrayList | eventListeners = new ArrayList() |
| wx.Menu.Menu | ( | ) |
| wx.Menu.Menu | ( | wx.WindowStyles | style | ) |
| wx.Menu.Menu | ( | Enum | title | ) |
Creates a menu whose title is the translation of the provided enumeration constant.
| title | The title of the new menu. |
| wx.Menu.Menu | ( | Enum | title, | |
| wx.WindowStyles | style | |||
| ) |
Creates a menu whose title is the translation of the provided enumeration constant.
| title | The title of the new menu. | |
| style | Style defining how to display the menu. |
| wx.Menu.Menu | ( | string | titel | ) |
| wx.Menu.Menu | ( | string | title, | |
| wx.WindowStyles | style | |||
| ) |
| wx.Menu.Menu | ( | wxString | title, | |
| wx.WindowStyles | style | |||
| ) |
| wx.Menu.Menu | ( | IntPtr | wxObject | ) |
| void wx.Menu.AddEvent | ( | int | inId, | |
| EventListener | el, | |||
| Object | owner | |||
| ) |
| MenuItem wx.Menu.AppendWL | ( | int | id, | |
| string | item, | |||
| Menu | subMenu, | |||
| string | help, | |||
| EventListener | listener | |||
| ) |
| MenuItem wx.Menu.AppendWL | ( | int | id, | |
| string | item, | |||
| string | help, | |||
| ItemKind | kind, | |||
| EventListener | listener | |||
| ) |
| MenuItem wx.Menu.AppendWL | ( | int | id, | |
| string | item, | |||
| string | help, | |||
| EventListener | listener | |||
| ) |
| MenuItem wx.Menu.AppendWL | ( | int | id, | |
| string | item, | |||
| EventListener | listener | |||
| ) |
| void wx.Menu.ConnectEvents | ( | Window | parent | ) |
| ArrayList wx.Menu.eventListeners = new ArrayList() |