Lines Matching defs:__item
82 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 */
92 int index; /* index number for this item, if attached */
95 ITEM *left;
96 ITEM *right;
97 ITEM *up;
98 ITEM *down;