Menuitem option 'submenu'. Draw bullet '>' on the right.

This commit is contained in:
OldMan
2010-04-10 18:51:43 +06:00
parent 8a45d219bd
commit 4138894db1
5 changed files with 52 additions and 10 deletions

View File

@@ -276,6 +276,7 @@ typedef struct
void (*func)(uicb_t);
uicb_t cmd;
Bool (*check)(uicb_t);
char *submenu;
} MenuItem;
/* Menu Struct */