Adjusted to use the new module synopsis support macros.

This commit is contained in:
Fred Drake 1998-07-23 17:59:49 +00:00
parent fe7f3bc2aa
commit b91e934cf1
139 changed files with 627 additions and 706 deletions

View file

@ -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