|
|
cc [flag . . .] file -lpanel -locurses [library . . .]#include <panel.h>
The panels package gives the applications programmer a way to have depth relationships between curses windows; a curses window is associated with every panel. The panels routines allow curses windows to overlap without making visible the overlapped portions of underlying windows. The initial curses window, stdscr, lies beneath all panels. The set of currently visible panels is the deck of panels.
The panels package allows the applications programmer to create panels, fetch and set their associated windows, shuffle panels in the deck, and manipulate panels in other ways.
panels Routine Name | Manual Page Name |
---|---|
bottom_panel | panel_top(3ocurses) |
del_panel | panel_new(3ocurses) |
hide_panel | panel_show(3ocurses) |
move_panel | panel_move(3ocurses) |
new_panel | panel_new(3ocurses) |
panel_above | panel_above(3ocurses) |
panel_below | panel_above(3ocurses) |
panel_hidden | panel_show(3ocurses) |
panel_userptr | panel_userptr(3ocurses) |
panel_window | panel_window(3ocurses) |
replace_panel | panel_window(3ocurses) |
set_panel_userptr | panel_userptr(3ocurses) |
show_panel | panel_show(3ocurses) |
top_panel | panel_top(3ocurses) |
update_panels | panel_update(3ocurses) |