summaryrefslogtreecommitdiff
path: root/documentation/common.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-10-04 15:59:29 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-10-04 15:59:29 +0000
commit8d552439c716ae15e1f392ca88f3bdebf85ae607 (patch)
treeee1fc316f147e6c104c3ce832d68e155beb6c8f1 /documentation/common.html
parent3a0dd9fe2342f500e28cb896b1ff29993606e606 (diff)
New Fl_Widget::redraw_label() method to cleanly redraw the label of a
widget (this should eliminate the extra flicker some users have complained about...) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2652 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/common.html')
-rw-r--r--documentation/common.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/documentation/common.html b/documentation/common.html
index 6659c85b4..7a7a85066 100644
--- a/documentation/common.html
+++ b/documentation/common.html
@@ -332,7 +332,7 @@ sign. Figure 3-4 shows the available symbols.</P>
<I>Figure 3-4: FLTK label symbols</I></A></P>
<P>The @ sign may also be followed by the following optional
-&quot;formatting&quot; characters, in this order:</P>
+&quot;formatting&quot; characters, in this order:</P>
<UL>
@@ -342,12 +342,15 @@ sign. Figure 3-4 shows the available symbols.</P>
<LI>+[1-9] or -[1-9] tweaks the scaling a little bigger
or smaller.</LI>
- <LI>[1-9] - rotates by a multiple of 45 degrees. '6'
- does nothing, the others point in the direction of
- that key on a numeric keypad.</LI>
+ <LI>[1-9] - rotates by a multiple of 45 degrees. '5' and
+ '6' do no rotation while the others point in the
+ direction of that key on a numeric keypad.</LI>
</UL>
+<P>Thus, to show a very large arrow pointing downward you would use the
+label string "@+92->".
+
<H3>align()</H3>
<P>The <TT>align()</TT> method positions the label. The following