ui/ui/toolkit.h

branch
newapi
changeset 208
f632bc0589ab
parent 205
b1ac0dd1d38b
child 215
1bd5534c395d
equal deleted inserted replaced
207:93b9f502cb88 208:f632bc0589ab
133 #ifdef __cplusplus 133 #ifdef __cplusplus
134 extern "C" { 134 extern "C" {
135 #endif 135 #endif
136 136
137 #define UI_GROUP_SELECTION 20000 137 #define UI_GROUP_SELECTION 20000
138
139 #define UI_GROUPS(...) (int[]){ __VA_ARGS__, -1 }
138 140
139 /* public types */ 141 /* public types */
140 typedef int UiBool; 142 typedef int UiBool;
141 143
142 typedef struct UiObject UiObject; 144 typedef struct UiObject UiObject;

mercurial