X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fpanel.3x.html;h=a5b5a060fa695eb0fb480b2f75edda3f7872127c;hb=f6718d80c998008de6cfe8e6296bee3958ff86d7;hp=31ab3480c7be17056b039a51dc6c675482751105;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01;p=ncurses.git diff --git a/doc/html/man/panel.3x.html b/doc/html/man/panel.3x.html index 31ab3480..a5b5a060 100644 --- a/doc/html/man/panel.3x.html +++ b/doc/html/man/panel.3x.html @@ -1,7 +1,7 @@ @@ -40,6 +40,10 @@
 
+panel(3x)                                                     panel(3x)
+
+
+
 
 

NAME

@@ -81,7 +85,7 @@
        of the stack.
 
        A window is associated with every panel.  The  panel  rou-
-       tines  enable you to create, move, hides, and show panels,
+       tines  enable  you to create, move, hide, and show panels,
        as well as position a panel at any desired location in the
        stack.
 
@@ -98,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.
@@ -117,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
@@ -174,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-
@@ -194,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).
 
 
 
@@ -209,6 +218,8 @@

SEE ALSO

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

AUTHOR

@@ -219,9 +230,7 @@
 
 
 
-
-
-
+                                                              panel(3x)