Home
last modified time | relevance | path

Searched defs:tagMENU (Results 1 – 1 of 1) sorted by relevance

/openbsd/lib/libmenu/
H A Dmenu.h113 typedef struct tagMENU struct
117 short width; /* Nr. of chars wide */
118 short rows; /* Nr. of items high */
119 short cols; /* Nr. of items wide */
120 short frows; /* Nr. of formatted items high */
121 short fcols; /* Nr. of formatted items wide */
122 short arows; /* Nr. of items high (actual) */
146 Menu_Hook menuterm;
147 Menu_Hook iteminit;
148 Menu_Hook itemterm;
[all …]