diff options
Diffstat (limited to 'Doc/lib/libfl.tex')
-rw-r--r-- | Doc/lib/libfl.tex | 4 |
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} |