Public Member Functions | |
this () | |
this (int style) | |
this (IntPtr wxobj) | |
bool | Append (Menu menu, string title) |
void | Check (int id, bool check) |
bool | IsChecked (int id) |
bool | Insert (int pos, Menu menu, string title) |
MenuItem | FindItem (int id) |
MenuItem | FindItem (int id, inout Menu menu) |
int | MenuCount () |
Menu | GetMenu (int pos) |
Menu | Replace (int pos, Menu menu, string title) |
Menu | Remove (int pos) |
void | EnableTop (int pos, bool enable) |
void | Enable (int id, bool enable) |
int | FindMenu (string title) |
int | FindMenuItem (string menustring, string itemString) |
string | GetHelpString (int id) |
string | GetLabel (int id) |
string | GetLabelTop (int pos) |
bool | IsEnabled (int id) |
void | Refresh () |
void | SetHelpString (int id, string helpstring) |
void | SetLabel (int id, string label) |
void | SetLabelTop (int pos, string label) |
Static Public Member Functions | |
static wxObject | New (IntPtr wxobj) |
this | ( | ) |
this | ( | int | style | ) |
this | ( | IntPtr | wxobj | ) |
Reimplemented from EvtHandler.
static wxObject New | ( | IntPtr | wxobj | ) | [static] |
Reimplemented from EvtHandler.
bool Append | ( | Menu | menu, | |
string | title | |||
) |
void Check | ( | int | id, | |
bool | check | |||
) |
bool IsChecked | ( | int | id | ) |
bool Insert | ( | int | pos, | |
Menu | menu, | |||
string | title | |||
) |
MenuItem FindItem | ( | int | id | ) |
int MenuCount | ( | ) |
Menu GetMenu | ( | int | pos | ) |
Menu Remove | ( | int | pos | ) |
void EnableTop | ( | int | pos, | |
bool | enable | |||
) |
void Enable | ( | int | id, | |
bool | enable | |||
) |
int FindMenu | ( | string | title | ) |
int FindMenuItem | ( | string | menustring, | |
string | itemString | |||
) |
string GetHelpString | ( | int | id | ) |
string GetLabel | ( | int | id | ) |
string GetLabelTop | ( | int | pos | ) |
bool IsEnabled | ( | int | id | ) |
void Refresh | ( | ) |
void SetHelpString | ( | int | id, | |
string | helpstring | |||
) |
void SetLabel | ( | int | id, | |
string | label | |||
) |
void SetLabelTop | ( | int | pos, | |
string | label | |||
) |