ui/gtk/toolbar.h

changeset 27
77b09bb52ca0
parent 3
c1a75454b444
child 33
458831c574f4
--- a/ui/gtk/toolbar.h	Sat Apr 05 15:53:41 2014 +0200
+++ b/ui/gtk/toolbar.h	Sat Apr 05 18:41:30 2014 +0200
@@ -52,6 +52,7 @@
     char           *label;
     ui_callback    callback;
     void           *userdata;
+    UcxList        *groups;
 };
 
 struct UiStToolItem {
@@ -59,6 +60,7 @@
     char           *stockid;
     ui_callback    callback;
     void           *userdata;
+    UcxList        *groups;
 };
 
 void ui_toolbar_init();

mercurial