diff options
Diffstat (limited to 'Doc/lib/libstdwin.tex')
-rw-r--r-- | Doc/lib/libstdwin.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libstdwin.tex b/Doc/lib/libstdwin.tex index 29b047a..ae7e8b9 100644 --- a/Doc/lib/libstdwin.tex +++ b/Doc/lib/libstdwin.tex @@ -21,6 +21,7 @@ For a complete description of STDWIN please refer to the documentation of STDWIN for C programmers (aforementioned CWI report). \subsection{Functions Defined in Module \sectcode{stdwin}} +\nodename{STDWIN Functions} The following functions are defined in the \code{stdwin} module: @@ -735,7 +736,7 @@ Discard the text-edit object. It should not be used again. \end{funcdesc} \subsection{Example} -\nodename{Stdwin Example} +\nodename{STDWIN Example} Here is a minimal example of using STDWIN in Python. It creates a window and draws the string ``Hello world'' in the top |