クラス | |
class | wxCheckBox |
A checkbox is a labelled box which by default is either on (checkmark is visible) or off (no checkmark). More... | |
Defines | |
#define | wxCHK_2STATE 0x4000 |
#define | wxCHK_3STATE 0x1000 |
#define | wxCHK_ALLOW_3RD_STATE_FOR_USER 0x2000 |
Enumerations | |
enum | wxCheckBoxState { wxCHK_UNCHECKED, wxCHK_CHECKED, wxCHK_UNDETERMINED } |
The possible states of a 3-state wxCheckBox (Compatible with the 2-state wxCheckBox). More... |
#define wxCHK_2STATE 0x4000 |
#define wxCHK_3STATE 0x1000 |
#define wxCHK_ALLOW_3RD_STATE_FOR_USER 0x2000 |
enum wxCheckBoxState |
The possible states of a 3-state wxCheckBox (Compatible with the 2-state wxCheckBox).