Searched defs:curses_form (Results 1 – 1 of 1) sorted by relevance
47 struct curses_form { struct48 struct curses_widget *widget_head; /* chain of widgets in form */49 struct curses_widget *widget_tail;50 struct curses_widget *widget_focus; /* currently selected widget */52 PANEL *pan;76 struct curses_form *curses_form_new(const char *); argument