Lines Matching defs:Menu0
9 typedef struct Menu0 Menu0; /* Menu is taken by mouse.h */ typedef
11 struct Menu0 struct
14 CImage *image;
15 CImage *bordercolor;
16 CImage *textcolor;
17 CImage *selectcolor;
18 CImage *selecttextcolor;
19 CFont *font;
20 char **line;
21 int nline;
22 int border;
23 int align;
24 Image *window;
25 int visible; /* state of menu */
26 int selection; /* currently selected line; -1 == none */
27 int prevsel; /* previous selection */
28 int lastbut; /* previous state of mouse button */