X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fpanel.3x.html;h=c40c7db088ade68430536b85c50a959d66784100;hp=7dd86b97f38f9663bd308c1a3414bb75d0659502;hb=ca276baf720e3a44721b9e18955d3f546955c6c8;hpb=a8987e73ec254703634802b4f7ee30d3a485524d diff --git a/doc/html/man/panel.3x.html b/doc/html/man/panel.3x.html index 7dd86b97..c40c7db0 100644 --- a/doc/html/man/panel.3x.html +++ b/doc/html/man/panel.3x.html @@ -1,7 +1,7 @@ @@ -40,7 +40,7 @@
 
-panel(3x)                                               panel(3x)
+panel(3x)                                                     panel(3x)
 
 
 
@@ -102,7 +102,7 @@
               (causes   it  to   be   displayed  above  any other
               panel) and returns a pointer to the new panel.
 
-       void update_panels()
+       update_panels()
               refreshes the virtual screen to reflect  the  rela-
               tions between the panels in the stack, but does not
               call doupdate() to  refresh  the  physical  screen.
@@ -121,6 +121,11 @@
               thus hides it from view. The PANEL structure is not
               lost, merely removed from the stack.
 
+       panel_hidden(pan)
+              returns  TRUE  if  the panel is in the panel stack,
+              FALSE if it  is  not.   If  the  panel  is  a  null
+              pointer, return ERR.
+
        show_panel(pan)
               makes  a  hidden panel visible by placing it on top
               of the panels in the panel stack. See COMPATIBILITY
@@ -178,10 +183,10 @@
 

COMPATIBILITY

        Reasonable  care  has been taken to  ensure  compatibility
        with  the  native  panel  facility  introduced  in  SVr3.2
-       (inspection of the SVr4 manual pages suggests the program-
-       ming interface is unchanged).  The PANEL  data  structures
-       are  merely   similar. The  programmer is cautioned not to
-       directly use PANEL fields.
+       (inspection   of   the  SVr4  manual  pages  suggests  the
+       programming  interface  is  unchanged).   The  PANEL  data
+       structures  are  merely   similar. The  programmer is cau-
+       tioned not to directly use PANEL fields.
 
        The functions show_panel() and top_panel()  are  identical
        in  this  implementation,  and work equally well with dis-
@@ -198,8 +203,8 @@
 

NOTE

        In your library list, libpanel.a should  be  before  libn-
        curses.a;  that  is,  you want to say `-lpanel -lncurses',
-       not the other way around (which  would  give  you  a  link
-       error using GNU ld(1) and some other linkers).
+       not the other way around (which would usually give a link-
+       error).
 
 
 
@@ -213,6 +218,8 @@

SEE ALSO

        curses(3x)
 
+       This describes ncurses version 5.6 (patch 20080621).
+
 
 

AUTHOR

@@ -223,7 +230,7 @@
 
 
 
-                                                        panel(3x)
+                                                              panel(3x)