Lines Matching full:panels
45 * The Panels Library
46 + Compiling With the Panels Library
47 + Overview of Panels
48 + Panels, Input, and the Standard Screen
49 + Hiding Panels
200 This document also describes the panels extension library, similarly
201 modeled on the SVr4 panels facility. This library allows you to
783 There is a panels library included in the ncurses distribution that
946 The really clean way to handle this is to use the panels library. If,
981 The Panels Library
993 panels library.
998 Compiling With the Panels Library
1000 Your panels-using modules must import the panels library declarations
1004 and must be linked explicitly with the panels library using an -lpanel
1009 Overview of Panels
1013 bottom-to-top visibility order. The panels library includes an update
1014 function (analogous to refresh()) that displays all panels in the deck
1016 is considered below all panels.
1018 Details on the panels functions are available in the man pages. We
1035 panels library's representation of where the windows are. This
1052 Panels, Input, and the Standard Screen
1054 You should not mix wnoutrefresh() or wrefresh() operations with panels
1056 panel or unobscured by any other panels.
1059 panels. Because changes to panels may obscure parts of stdscr, though,
1068 without repainting all panels.
1070 Hiding Panels
1077 The panel_update code ignores hidden panels. You cannot do top_panel()
1078 or bottom_panel on a hidden panel(). Other panels operations are
1886 managed by panels.