Searched refs:PANEL (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.9.5/ncurses-42/ncurses/panel/
H A Dpanel.h49 } PANEL; typedef in typeref:struct:panel
55 extern NCURSES_EXPORT(WINDOW*) panel_window (const PANEL *);
57 extern NCURSES_EXPORT(int) hide_panel (PANEL *);
58 extern NCURSES_EXPORT(int) show_panel (PANEL *);
59 extern NCURSES_EXPORT(int) del_panel (PANEL *);
60 extern NCURSES_EXPORT(int) top_panel (PANEL *);
61 extern NCURSES_EXPORT(int) bottom_panel (PANEL *);
62 extern NCURSES_EXPORT(PANEL*) new_panel (WINDOW *);
63 extern NCURSES_EXPORT(PANEL*) panel_above (const PANEL *);
[all...]
H A Dllib-lpanel39 PANEL *_nc_retrace_panel(
40 PANEL *pan)
41 { return(*(PANEL **)0); }
51 const PANEL *pan)
58 const PANEL *pan)
63 const PANEL *pan)
68 const PANEL *pan)
73 const PANEL *pan,
81 PANEL *panel_above(
82 const PANEL *pa
[all...]
H A Dllib-lpanelw39 PANEL *_nc_retrace_panel(
40 PANEL *pan)
41 { return(*(PANEL **)0); }
51 const PANEL *pan)
58 const PANEL *pan)
63 const PANEL *pan)
68 const PANEL *pan)
73 const PANEL *pan,
81 PANEL *panel_above(
82 const PANEL *pa
[all...]
H A Dp_above.c40 NCURSES_EXPORT(PANEL *)
41 panel_above(const PANEL * pan)
48 returnPanel(EMPTY_STACK()? (PANEL *) 0 : _nc_bottom_panel->above);
H A Dp_below.c40 NCURSES_EXPORT(PANEL *)
41 panel_below(const PANEL * pan)
47 returnPanel(EMPTY_STACK()? (PANEL *) 0 : _nc_top_panel);
52 returnPanel(Is_Pseudo(pan->below) ? (PANEL *) 0 : pan->below);
H A Dp_new.c52 static PANEL *
55 if (_nc_stdscr_pseudo_panel == (PANEL *) 0)
62 _nc_stdscr_pseudo_panel = (PANEL *) malloc(sizeof(PANEL));
65 PANEL *pan = _nc_stdscr_pseudo_panel;
69 pan->below = (PANEL *) 0;
70 pan->above = (PANEL *) 0;
84 NCURSES_EXPORT(PANEL *)
87 PANEL *pan = (PANEL *)
[all...]
H A Dp_top.c42 top_panel(PANEL * pan)
H A Dp_win.c42 panel_window(const PANEL * pan)
H A Dp_move.c42 move_panel(PANEL * pan, int starty, int startx)
52 PANEL_UPDATE(pan, (PANEL *) 0);
H A Dp_replace.c42 replace_panel(PANEL * pan, WINDOW *win)
52 PANEL_UPDATE(pan, (PANEL *) 0);
H A Dp_user.c42 set_panel_userptr(PANEL * pan, NCURSES_CONST void *uptr)
52 panel_userptr(const PANEL * pan)
H A Dp_hidden.c42 panel_hidden(const PANEL * pan)
H A Dpanel.c43 NCURSES_EXPORT(PANEL *)
44 _nc_retrace_panel(PANEL * pan)
75 _nc_dPanel(const char *text, const PANEL * pan)
90 _nc_dStack(const char *fmt, int num, const PANEL * pan)
114 _nc_Wnoutrefresh(const PANEL * pan)
126 _nc_Touchpan(const PANEL * pan)
138 _nc_Touchline(const PANEL * pan, int start, int count)
H A Dp_show.c42 show_panel(PANEL * pan)
63 pan->above = (PANEL *) 0;
H A Dp_delete.c42 del_panel(PANEL * pan)
H A Dp_hide.c42 hide_panel(register PANEL * pan)
H A Dp_update.c44 PANEL *pan;
H A Dpanel.priv.h63 extern NCURSES_EXPORT(PANEL *) _nc_retrace_panel (PANEL *);
64 extern NCURSES_EXPORT(void) _nc_dPanel (const char*, const PANEL*);
65 extern NCURSES_EXPORT(void) _nc_dStack (const char*, int, const PANEL*);
66 extern NCURSES_EXPORT(void) _nc_Wnoutrefresh (const PANEL*);
67 extern NCURSES_EXPORT(void) _nc_Touchpan (const PANEL*);
68 extern NCURSES_EXPORT(void) _nc_Touchline (const PANEL*, int, int);
91 #define Is_Bottom(p) (((p)!=(PANEL*)0) && !EMPTY_STACK() && (_nc_bottom_panel->above==(p)))
92 #define Is_Top(p) (((p)!=(PANEL*)0) && !EMPTY_STACK() && (_nc_top_panel==(p)))
136 { PANEL* pan
[all...]
H A Dp_bottom.c42 bottom_panel(PANEL * pan)
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Ddemo_panels.c44 typedef void (*FillPanel) (PANEL *);
203 static PANEL *
207 PANEL *pan = 0;
232 my_remove_panel(PANEL ** pans, int which)
235 PANEL *pan = pans[which];
252 my_create_panel(PANEL ** pans, int which, FillPanel myFill)
254 PANEL *pan = 0;
296 my_move_panel(PANEL ** pans, int which, bool continuous)
321 my_resize_panel(PANEL ** pans, int which, FillPanel myFill)
369 fill_panel(PANEL * pa
[all...]
H A Dcardfile.c61 PANEL *panel;
/macosx-10.9.5/ncurses-42/ncurses/c++/
H A Dcursesp.cc66 PANEL *pan;
H A Dcursesp.h49 PANEL *p;
54 // PANEL* to the C++ object and to provide extra space for a user pointer.
58 const PANEL* m_owner; // the panel itself
179 need a reverse mapping from PANEL to NCursesPanel which needs some
/macosx-10.9.5/top-89.1.2/
H A Dstatistic.h122 PANEL *panel;
H A Duserinput_help.c33 PANEL *panel;

Completed in 174 milliseconds

12