Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ panel_top(3x) — Atari System V 1.1-06

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

curses(3X)

panels(3X)





   panel_top(3X)                                                 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).

























   8/91                                                                 Page 1





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