support for PROP_ENUM_FLAG buttons, these were only supported by python.

This commit is contained in:
2010-09-23 07:31:44 +00:00
parent 25e3f68c7f
commit e0289ff6fc
3 changed files with 26 additions and 6 deletions

View File

@@ -103,7 +103,7 @@ typedef enum {
#define UI_PANEL_MINY 70
/* uiBut->flag */
#define UI_SELECT 1
#define UI_SELECT 1 /* use when the button is pressed */
#define UI_MOUSE_OVER 2
#define UI_ACTIVE 4
#define UI_HAS_ICON 8