diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-23 17:59:49 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-23 17:59:49 (GMT) |
commit | b91e934cf1c45353a06eef77eac7cec609406646 (patch) | |
tree | 2eac55d1be7c062adef06708851208d20c896415 /Doc/lib/libstdwin.tex | |
parent | fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1 (diff) | |
download | cpython-b91e934cf1c45353a06eef77eac7cec609406646.zip cpython-b91e934cf1c45353a06eef77eac7cec609406646.tar.gz cpython-b91e934cf1c45353a06eef77eac7cec609406646.tar.bz2 |
Adjusted to use the new module synopsis support macros.
Diffstat (limited to 'Doc/lib/libstdwin.tex')
-rw-r--r-- | Doc/lib/libstdwin.tex | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/Doc/lib/libstdwin.tex b/Doc/lib/libstdwin.tex index 146457a..64ccdd9 100644 --- a/Doc/lib/libstdwin.tex +++ b/Doc/lib/libstdwin.tex @@ -15,8 +15,10 @@ under X11, Win32 for Windows and Windows NT, and a collection of native toolkit interfaces for the Macintosh. \section{Built-in Module \module{stdwin}} -\label{module-stdwin} -\bimodindex{stdwin} +\declaremodule{builtin}{stdwin} + +\modulesynopsis{None} + This module defines several new object types and functions that provide access to the functionality of STDWIN. @@ -776,8 +778,10 @@ main() \end{verbatim} % \section{Standard Module \module{stdwinevents}} -\label{module-stdwinevents} -\stmodindex{stdwinevents} +\declaremodule{standard}{stdwinevents} + +\modulesynopsis{None} + This module defines constants used by STDWIN for event types (\code{WE_ACTIVATE} etc.), command codes (\code{WC_LEFT} etc.) @@ -791,8 +795,10 @@ Suggested usage is \end{verbatim} % \section{Standard Module \module{rect}} -\label{module-rect} -\stmodindex{rect} +\declaremodule{standard}{rect} + +\modulesynopsis{None} + This module contains useful operations on rectangles. A rectangle is defined as in module |