diff options
| -rw-r--r-- | alf/alf.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -38,11 +38,11 @@ typedef struct { // layout flags #define ALF_LAYOUT_SIZE_FIXED 0x00 #define ALF_LAYOUT_SIZE_QUERY 0x01 -#define ALF_LAYOUT_SIZE_PUSHBUTTON 0x04 /* unimplemented */ +#define ALF_LAYOUT_SIZE_PUSHBUTTON 0x04 #define ALF_LAYOUT_SIZE_STATICTEXT 0x05 /* unimplemented */ #define ALF_LAYOUT_SIZE_EDIT 0x06 -#define ALF_LAYOUT_SIZE_RADIOBUTTON 0x07 /* unimplemented */ -#define ALF_LAYOUT_SIZE_CHECKBOX 0x07 /* unimplemented */ +#define ALF_LAYOUT_SIZE_RADIOBUTTON 0x07 +#define ALF_LAYOUT_SIZE_CHECKBOX 0x07 #define ALF_LAYOUT_SIZETYPE_MASK 0x0f #define ALF_LAYOUT_INHERITFONT 0x10 #define ALF_LAYOUT_CUSTOMPOS 0x20 |
