Home
last modified time | relevance | path

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

/netbsd-src/lib/libmenu/
H A Dmenu.h82 struct __item { struct
83 MENU_STR name;
84 MENU_STR description;
85 char *userptr;
86 int visible; /* set if item is visible */
87 int selected; /* set if item has been selected */
88 int row; /* menu row this item is on */
89 int col; /* menu column this item is on */
90 OPTIONS opts;
91 MENU *parent; /* menu this item is bound to */
[all …]