Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ panel_top(3X) — Amiga System V Release 4 Version 2.03

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

curses(3X)

panels(3X)



panel_top(3X)    MISCELLANEOUS LIBRARY FUNCTIONS    panel_top(3X)



NAME
     paneltop:  toppanel, bottompanel - panels deck  manipula-
     tion 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).

























                          Last change:                          1



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