diff options
author | Georg Brandl <georg@python.org> | 2007-04-01 21:29:15 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-04-01 21:29:15 (GMT) |
commit | 4e9165d2dd15cd1766ae1286517a44f1620d3cbf (patch) | |
tree | 82f15bdc00a92fb0ddb1ee11471a46288aba969e /Doc/mac | |
parent | c7a2e4656e09cebd36a4ad2439794a48b9565737 (diff) | |
download | cpython-4e9165d2dd15cd1766ae1286517a44f1620d3cbf.zip cpython-4e9165d2dd15cd1766ae1286517a44f1620d3cbf.tar.gz cpython-4e9165d2dd15cd1766ae1286517a44f1620d3cbf.tar.bz2 |
Fix a lot of markup and meta-information glitches.
Diffstat (limited to 'Doc/mac')
-rw-r--r-- | Doc/mac/libframework.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/mac/libframework.tex b/Doc/mac/libframework.tex index 692c31f..1f47ed9 100644 --- a/Doc/mac/libframework.tex +++ b/Doc/mac/libframework.tex @@ -218,7 +218,7 @@ event. An update event for the window was received. Redraw the window. \end{methoddesc} -\begin{methoddesc}{do_activate}{activate, event} +\begin{methoddesc}[Window]{do_activate}{activate, event} The window was activated (\code{\var{activate} == 1}) or deactivated (\code{\var{activate} == 0}). Handle things like focus highlighting, etc. |