Menuitem option 'check'. Draw bullet '*' on the left (ugly, but simple).

This commit is contained in:
OldMan
2010-04-10 17:14:46 +06:00
parent 590acffb62
commit c5c307deea
6 changed files with 69 additions and 8 deletions

View File

@@ -245,6 +245,7 @@ typedef struct
typedef struct
{
char *symbol;
char *type;
void (*func)(int screen);
} Layout;
@@ -274,6 +275,7 @@ typedef struct
char *name;
void (*func)(uicb_t);
uicb_t cmd;
Bool (*check)(uicb_t);
} MenuItem;
/* Menu Struct */