Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/menu/
H A Dmenu.h112 typedef struct tagMENU struct
115 short height; /* Nr. of chars high */
116 short width; /* Nr. of chars wide */
117 short rows; /* Nr. of items high */
118 short cols; /* Nr. of items wide */
119 short frows; /* Nr. of formatted items high */
120 short fcols; /* Nr. of formatted items wide */
121 short arows; /* Nr. of items high (actual) */
122 short namelen; /* Max. name length */
123 short desclen; /* Max. description length */
[all …]