reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1294 PANEL *m_panel;
usr/include/panel.h59 extern NCURSES_EXPORT(WINDOW*) panel_window (const PANEL *); 61 extern NCURSES_EXPORT(int) hide_panel (PANEL *); 67 extern NCURSES_EXPORT(PANEL*) panel_above (const PANEL *); 69 extern NCURSES_EXPORT(int) set_panel_userptr (PANEL *, NCURSES_CONST void *); 70 extern NCURSES_EXPORT(NCURSES_CONST void*) panel_userptr (const PANEL *); 71 extern NCURSES_EXPORT(int) move_panel (PANEL *, int, int); 72 extern NCURSES_EXPORT(int) replace_panel (PANEL *,WINDOW *); 73 extern NCURSES_EXPORT(int) panel_hidden (const PANEL *);