#include "widget.h"
Data Structures | |
| struct | TButton |
| Button structure. More... | |
Defines | |
| #define | BF_TEXTUNDERICON 0x00000001 |
| If icon is set, draw the text under the icon and center both of them. | |
| #define | BF_DISABLED 0x00000002 |
| Disable the button, and if an icon is set, draw icon in grey. | |
| #define | BF_ALIGNLEFT 0x00000004 |
| If icon is set, draw icon on left and draw text on the right of the icon. | |
Typedefs | |
| typedef TButton | TButton |
| Button structure. | |
1.3.8