diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-23 17:55:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-23 17:55:31 (GMT) |
commit | fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1 (patch) | |
tree | b31bb7ae7e63ca3219475df2533dc298d06e34e6 /Doc/mac/libmacui.tex | |
parent | dfb658c3867260ae97a79f74df82a9278f319abb (diff) | |
download | cpython-fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1.zip cpython-fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1.tar.gz cpython-fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1.tar.bz2 |
Adjusted to use the new \declaremodule \modulesynopsis \localmoduletable
macros.
Diffstat (limited to 'Doc/mac/libmacui.tex')
-rw-r--r-- | Doc/mac/libmacui.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/mac/libmacui.tex b/Doc/mac/libmacui.tex index 7f5237b..7703c8f 100644 --- a/Doc/mac/libmacui.tex +++ b/Doc/mac/libmacui.tex @@ -1,6 +1,8 @@ \section{Standard Module \module{EasyDialogs}} -\label{module-EasyDialogs} -\stmodindex{EasyDialogs} +\declaremodule{standard}{EasyDialogs} + +\modulesynopsis{Basic Macintosh dialogs.} + The \module{EasyDialogs} module contains some simple dialogs for the Macintosh, modelled after the \module{stdwin} dialogs with similar |