[Python-checkins] CVS: python/dist/src/Doc/lib libcursespanel.tex,1.1,1.2

Fred L. Drake fdrake@users.sourceforge.net
Thu, 29 Mar 2001 14:22:25 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv5800/lib

Modified Files:
	libcursespanel.tex 
Log Message:

Fix serious markup errors.


Index: libcursespanel.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcursespanel.tex,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** libcursespanel.tex	2000/12/22 21:57:42	1.1
--- libcursespanel.tex	2001/03/29 22:22:23	1.2
***************
*** 21,27 ****
  \end{funcdesc}
  
! \begin{methoddesc}{new_panel}{win}
  Returns a panel object, associating it with the given window \var{win}.
! \end{methoddesc}
  
  \begin{funcdesc}{top_panel}{}
--- 21,27 ----
  \end{funcdesc}
  
! \begin{funcdesc}{new_panel}{win}
  Returns a panel object, associating it with the given window \var{win}.
! \end{funcdesc}
  
  \begin{funcdesc}{top_panel}{}
***************
*** 43,63 ****
  Panel objects have the following methods:
  
! \begin{methoddesc}{above}
  Returns the panel above the current panel.
  \end{methoddesc}
  
! \begin{methoddesc}{below}
  Returns the panel below the current panel.
  \end{methoddesc}
  
! \begin{methoddesc}{bottom}
  Push the panel to the bottom of the stack.
  \end{methoddesc}
  
! \begin{methoddesc}{hidden}
  Returns true if the panel is hidden (not visible), false otherwise.
  \end{methoddesc}
  
! \begin{methoddesc}{hide}
  Hide the panel. This does not delete the object, it just makes the
  window on screen invisible.
--- 43,63 ----
  Panel objects have the following methods:
  
! \begin{methoddesc}{above}{}
  Returns the panel above the current panel.
  \end{methoddesc}
  
! \begin{methoddesc}{below}{}
  Returns the panel below the current panel.
  \end{methoddesc}
  
! \begin{methoddesc}{bottom}{}
  Push the panel to the bottom of the stack.
  \end{methoddesc}
  
! \begin{methoddesc}{hidden}{}
  Returns true if the panel is hidden (not visible), false otherwise.
  \end{methoddesc}
  
! \begin{methoddesc}{hide}{}
  Hide the panel. This does not delete the object, it just makes the
  window on screen invisible.
***************
*** 77,93 ****
  \end{methoddesc}
  
! \begin{methoddesc}{show}
  Display the panel (which might have been hidden).
  \end{methoddesc}
  
! \begin{methoddesc}{top}
  Push panel to the top of the stack.
  \end{methoddesc}
  
! \begin{methoddesc}{userptr}
  Returns the user pointer for the panel.  This might be any Python object.
  \end{methoddesc}
  
! \begin{methoddesc}{window}
  Returns the window object associated with the panel.
  \end{methoddesc}
--- 77,93 ----
  \end{methoddesc}
  
! \begin{methoddesc}{show}{}
  Display the panel (which might have been hidden).
  \end{methoddesc}
  
! \begin{methoddesc}{top}{}
  Push panel to the top of the stack.
  \end{methoddesc}
  
! \begin{methoddesc}{userptr}{}
  Returns the user pointer for the panel.  This might be any Python object.
  \end{methoddesc}
  
! \begin{methoddesc}{window}{}
  Returns the window object associated with the panel.
  \end{methoddesc}