Lines Matching +full:panel +full:- +full:specific
2 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
3 .\" Copyright 2010-2015,2017 Free Software Foundation, Inc. *
31 .TH curs_sp_funcs 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
43 \fB\%curs_sp_funcs\fP \-
44 \fIcurses\fR screen-pointer extension
184 \fB#include <panel.h>
186 \fBPANEL* ceiling_panel(SCREEN* \fIsp\fP);
187 \fBPANEL* ground_panel(SCREEN* \fIsp\fP);
236 this returns a pointer to the topmost panel in the given screen.
239 this returns a pointer to the lowest panel in the given screen.
244 With the screen-pointer extension,
255 This is set to the library patch-level number.
267 for specific library configurations.
270 This is a new function-pointer type to use in the screen-pointer functions
274 This is a function-pointer type used for the cases where a function passes
277 These routines are specific to \fI\%ncurses\fP.