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. | |
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).
wxString wxGetStockLabel | ( | wxWindowID | id, |
long | flags = wxSTOCK_WITH_MNEMONIC |
||
) |
Returns label that should be used for given id element.
id | Given id of the wxMenuItem, wxButton, wxToolBar tool, etc. |
flags | Combination of the elements of wxStockLabelQueryFlag. |
Include file:
#include <wx/stockitem.h>