Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ panel_top(3X) — DG/UX 5.4.2A

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

curses(3X)

panels(3X)



panel_top(3X)                    DG/UX 5.4.2                   panel_top(3X)


NAME
       paneltop:  toppanel, bottompanel - panels deck manipulation
       routines

SYNOPSIS
       #include <panel.h>

       int toppanel(PANEL *panel);
       int bottompanel(PANEL *panel);

DESCRIPTION
       toppanel pulls panel to the top of the desk of panels.  It leaves
       the size, location, and contents of its associated window unchanged.

       bottompanel puts panel at the bottom of the deck of panels.  It
       leaves the size, location, and contents of its associated window
       unchanged.

RETURN VALUE
       All of these routines return the integer OK upon successful
       completion or ERR upon error.

NOTES
       The header file <panel.h> automatically includes the header file
       <curses.h>.

SEE ALSO
       curses(3X), panels(3X), panelupdate(3X).





























Licensed material--property of copyright holder(s)                         1


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026