Documented the '00360' rotation feature in symbols

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4392 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2005-06-01 20:10:53 +00:00
parent 090eb71a26
commit d523a9cc68
2 changed files with 5 additions and 4 deletions

View File

@ -350,11 +350,12 @@ sign. Figure 3-4 shows the available symbols.</P>
<LI>+[1-9] or -[1-9] tweaks the scaling a little bigger <LI>+[1-9] or -[1-9] tweaks the scaling a little bigger
or smaller.</LI> or smaller.</LI>
<LL>'$' flips the symbol horizontaly, '%' flips it verticaly. <LI>'$' flips the symbol horizontaly, '%' flips it verticaly.</LI>
<LI>[1-9] - rotates by a multiple of 45 degrees. '5' and <LI>[0-9] - rotates by a multiple of 45 degrees. '5' and
'6' do no rotation while the others point in the '6' do no rotation while the others point in the
direction of that key on a numeric keypad.</LI> direction of that key on a numeric keypad. '0', followed by four
more digits rotates the symbol by that amount in degrees.</LI>
</UL> </UL>

View File

@ -115,7 +115,7 @@ bt("@arrow");
bt("@returnarrow"); bt("@returnarrow");
bt("@square"); bt("@square");
bt("@circle"); bt("@circle");
bt("@line"); bt("@00010line");
bt("@menu"); bt("@menu");
bt("@UpArrow"); bt("@UpArrow");
bt("@DnArrow"); bt("@DnArrow");