summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libfl.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-11 20:53:03 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-11 20:53:03 (GMT)
commitee60191d1d318684a896794faad9ccbcfe9bd254 (patch)
tree6f56860916156f1d59f0f8159e55882648a8d9ad /Doc/lib/libfl.tex
parent17e564042d8eccfd571ef898709d1454727741be (diff)
downloadcpython-ee60191d1d318684a896794faad9ccbcfe9bd254.zip
cpython-ee60191d1d318684a896794faad9ccbcfe9bd254.tar.gz
cpython-ee60191d1d318684a896794faad9ccbcfe9bd254.tar.bz2
Lighten up tables.
Diffstat (limited to 'Doc/lib/libfl.tex')
-rw-r--r--Doc/lib/libfl.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libfl.tex b/Doc/lib/libfl.tex
index a0e0076..7ebec7d 100644
--- a/Doc/lib/libfl.tex
+++ b/Doc/lib/libfl.tex
@@ -377,7 +377,7 @@ Methods:
Form objects have the following data attributes; see the FORMS
documentation:
-\begin{tableiii}{|l|c|l|}{member}{Name}{Type}{Meaning}
+\begin{tableiii}{l|l|l}{member}{Name}{C Type}{Meaning}
\lineiii{window}{int (read-only)}{GL window id}
\lineiii{w}{float}{form width}
\lineiii{h}{float}{form height}
@@ -436,7 +436,7 @@ method without arguments to remove the callback function.
FORMS objects have these data attributes; see the FORMS documentation:
-\begin{tableiii}{|l|c|l|}{member}{Name}{Type}{Meaning}
+\begin{tableiii}{l|l|l}{member}{Name}{C Type}{Meaning}
\lineiii{objclass}{int (read-only)}{object class}
\lineiii{type}{int (read-only)}{object type}
\lineiii{boxtype}{int}{box type}