diff -r a137277f9173 -r 77b09bb52ca0 ui/motif/toolbar.h --- a/ui/motif/toolbar.h Sat Apr 05 15:53:41 2014 +0200 +++ b/ui/motif/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();