ui/common/menu.h

branch
newapi
changeset 419
7d15cad351fc
parent 388
473c03f85197
equal deleted inserted replaced
418:a57268d20ed9 419:7d15cad351fc
99 struct UiMenuRadioItem { 99 struct UiMenuRadioItem {
100 UiMenuItemI item; 100 UiMenuItemI item;
101 char *label; 101 char *label;
102 char *stockid; 102 char *stockid;
103 char *icon; 103 char *icon;
104 char *varname;
104 ui_callback callback; 105 ui_callback callback;
105 void *userdata; 106 void *userdata;
106 int *groups; 107 int *groups;
107 size_t ngroups; 108 size_t ngroups;
108 }; 109 };

mercurial