ui/common/context.h

changeset 18
06be29a56f8b
parent 14
e2fd132ab781
child 20
2dda1ad6dc7a
equal deleted inserted replaced
17:db95c0104937 18:06be29a56f8b
38 #endif 38 #endif
39 39
40 typedef struct UiVar UiVar; 40 typedef struct UiVar UiVar;
41 41
42 struct UiContext { 42 struct UiContext {
43 UiObject *toplevel; 43 UiObject *toplevel;
44 UcxMempool *mempool; 44 UcxMempool *mempool;
45 UcxMap *vars; // key: char* value: UiVar* 45 UcxMap *vars; // key: char* value: UiVar*
46
47 #ifdef UI_GTK
48 GtkAccelGroup *accel_group;
49 #endif
46 }; 50 };
47 51
48 struct UiVar { 52 struct UiVar {
49 void *value; 53 void *value;
50 int type; 54 int type;

mercurial