Lines Matching full:panels

159         <a href="#panels">The Panels Library</a>
161 <li><a href="#pcompile">Compiling With the Panels
164 <li><a href="#poverview">Overview of Panels</a></li>
166 <li><a href="#pstdscr">Panels, Input, and the Standard
169 <li><a href="#hiding">Hiding Panels</a></li>
430 <p>This document also describes the <a href="#panels">panels</a>
431 extension library, similarly modeled on the SVr4 panels facility.
1172 <p>There is a panels library included in the <code>ncurses</code>
1369 <p>The really clean way to handle this is to use the panels
1411 <h2><a name="panels" id="panels">The Panels Library</a></h2>
1425 right. Hence the panels library.</p>
1431 <h3><a name="pcompile" id="pcompile">Compiling With the Panels
1434 <p>Your panels-using modules must import the panels library
1440 <p>and must be linked explicitly with the panels library using an
1447 <h3><a name="poverview" id="poverview">Overview of Panels</a></h3>
1451 has an implicit bottom-to-top visibility order. The panels
1453 <code>refresh()</code>) that displays all panels in the deck in
1455 <code>stdscr</code>, is considered below all panels.</p>
1457 <p>Details on the panels functions are available in the man
1476 sufficient because it does not update the panels library's
1498 <h3><a name="pstdscr" id="pstdscr">Panels, Input, and the
1502 <code>wrefresh()</code> operations with panels code; this will
1504 unobscured by any other panels.</p>
1507 considered below all panels. Because changes to panels may
1518 panel without repainting all panels.</p>
1520 <h3><a name="hiding" id="hiding">Hiding Panels</a></h3>
1528 <p>The <code>panel_update</code> code ignores hidden panels. You
1530 on a hidden panel(). Other panels operations are applicable.</p>
2531 interface layout managed by <a href="#panels">panels</a>.</p>