Macros | |
| #define | BITMAPBUTTON_BORDER |
| #define | BITMAPBUTTON_BUTTON |
| #define | BITMAPBUTTON_TOGGLE |
| #define | BITMAPBUTTON_IGNORE_BITMAP_WIDTH |
| #define | BITMAPBUTTON_IGNORE_BITMAP_HEIGHT |
| #define | BITMAPBUTTON_DRAWPOPUPBUTTON |
| #define | BITMAPBUTTON_TOOLTIP |
| #define | BITMAPBUTTON_ICONID1 |
| #define | BITMAPBUTTON_ICONID2 |
| #define | BITMAPBUTTON_FORCE_SIZE |
| #define | BITMAPBUTTON_FORCE_SIZE_Y |
| #define | BITMAPBUTTON_SPECIAL |
| #define | BITMAPBUTTON_NOBORDERDRAW |
| #define | BITMAPBUTTON_OUTBORDER |
| #define | BITMAPBUTTON_BACKCOLOR |
| #define | BITMAPBUTTON_MIRROR |
| #define | BITMAPBUTTON_STRING |
| #define | BITMAPBUTTON_DISABLE_FADING |
| #define | BITMAPBUTTON_FORCE_TOOLTIP |
| #define | BITMAPBUTTON_NO_COLOR_INFO |
| #define BITMAPBUTTON_BORDER |
| #define BITMAPBUTTON_BUTTON |
Bool Clickable button.
| #define BITMAPBUTTON_TOGGLE |
Bool Toggle button, like a checkbox.
| #define BITMAPBUTTON_IGNORE_BITMAP_WIDTH |
Bool Ignore bitmap width.
| #define BITMAPBUTTON_IGNORE_BITMAP_HEIGHT |
Bool Ignore bitmap height.
| #define BITMAPBUTTON_DRAWPOPUPBUTTON |
Bool Draw popup button.
| #define BITMAPBUTTON_TOOLTIP |
String Tooltip string.
| #define BITMAPBUTTON_ICONID1 |
Int32 Registered icon bitmap ID. On state for toggle buttons.
| #define BITMAPBUTTON_ICONID2 |
Int32 Registered icon bitmap ID. Off state for toggle buttons.
| #define BITMAPBUTTON_FORCE_SIZE |
Int32 Forces the width and height of the icon in pixels if value is greater than 0.
| #define BITMAPBUTTON_FORCE_SIZE_Y |
Int32 Additionally forces the y size of the bitmap button. FORCE_SIZE is used for y size when not specified.
| #define BITMAPBUTTON_SPECIAL |
Private.
| #define BITMAPBUTTON_NOBORDERDRAW |
Bool Disable border drawing.
| #define BITMAPBUTTON_OUTBORDER |
| #define BITMAPBUTTON_MIRROR |
Bool Mirror the button in an Arabic interface.
| #define BITMAPBUTTON_STRING |
String Adds a string in bold font at left of the icon.
| #define BITMAPBUTTON_DISABLE_FADING |
Bool Disables the mouse over fadding effect.
| #define BITMAPBUTTON_FORCE_TOOLTIP |
Bool Forces to show the defined tooltip when BITMAPBUTTON_BUTTON is false.
| #define BITMAPBUTTON_NO_COLOR_INFO |
Bool Hides the per-pixel color info that pops-up when holding CTRL key on mouse hover when BITMAPBUTTON_BUTTON is false.