ui/common/context.h

changeset 20
2dda1ad6dc7a
parent 18
06be29a56f8b
child 21
012418e7dc90
--- a/ui/common/context.h	Wed Apr 02 13:21:11 2014 +0200
+++ b/ui/common/context.h	Wed Apr 02 20:31:47 2014 +0200
@@ -32,6 +32,7 @@
 #include "../ui/toolkit.h"
 #include "../../ucx/map.h"
 #include "../../ucx/mempool.h"
+#include "../../ucx/list.h"
 
 #ifdef	__cplusplus
 extern "C" {
@@ -43,6 +44,7 @@
     UiObject      *toplevel;
     UcxMempool    *mempool;
     UcxMap        *vars; // key: char*  value: UiVar*
+    UcxList       *groups; // int list
     
 #ifdef UI_GTK
     GtkAccelGroup *accel_group;
@@ -67,6 +69,7 @@
 void* uic_create_value(UcxAllocator *a, int type);
 
 
+
 #ifdef	__cplusplus
 }
 #endif

mercurial