Enumerations | |
| enum | wxStockLabelQueryFlag {  wxSTOCK_NOFLAGS = 0, wxSTOCK_WITH_MNEMONIC = 1, wxSTOCK_WITH_ACCELERATOR = 2, wxSTOCK_WITHOUT_ELLIPSIS = 4, wxSTOCK_FOR_BUTTON = wxSTOCK_WITHOUT_ELLIPSIS | wxSTOCK_WITH_MNEMONIC }  | 
| Possible values for flags parameter of wxGetStockLabel().  More... | |
Functions | |
| wxString | wxGetStockLabel (wxWindowID id, long flags=wxSTOCK_WITH_MNEMONIC) | 
| Returns label that should be used for given id element.  More... | |
Possible values for flags parameter of wxGetStockLabel().
The elements of this enum are bit masks and may be combined with each other (except when specified otherwise).