define the check state of button
More...#define NCSCTRL_BUTTON NCSCLASSNAME("button") |
#define NCSS_BUTTON_3DCHECK (8<<NCSS_WIDGET_SHIFT) |
#define NCSS_BUTTON_AUTOCHECK (4<<NCSS_WIDGET_SHIFT) |
#define NCSS_BUTTON_CHECKABLE (2<<NCSS_WIDGET_SHIFT) |
#define NCSS_BUTTON_IMAGE (1<<NCSS_WIDGET_SHIFT) |
#define NCSS_BUTTON_IMAGELABEL (0x10<<NCSS_WIDGET_SHIFT) |
#define NCSS_BUTTON_VERTIMAGELABEL (0x20<<NCSS_WIDGET_SHIFT) |
enum eButtonNotify |
the notification code of mButton
NCSN_BUTTON_PUSHED |
button pushed | |||
NCSN_BUTTON_STATE_CHANGED |
button check state changed
|
enum mButtonCheckState |
define the check state of button
enum mButtonProp |
the properties id of mButton
NCSP_BUTTON_ALIGN |
Set the button text horizontal align
|
NCSP_BUTTON_VALIGN |
Set the button text vertical align
|
NCSP_BUTTON_WORDWRAP |
Set the button text to autowrap mode
|
NCSP_BUTTON_IMAGE |
Set the button image pointer
|
NCSP_BUTTON_CHECKSTATE |
Set the check state of button
|
NCSP_BUTTON_IMAGE_SIZE_PERCENT |
Set the image size
|
NCSP_BUTTON_GROUPID |
Set the button group id
|
NCSP_BUTTON_GROUP |
Set the button group
|
global mButtonClass
global mStaticClass