mirror of
https://github.com/fltk/fltk.git
synced 2026-06-05 16:12:13 +08:00
Last minor amendment for FL/Fl_Browser.H (doxygen formatting).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6281 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+2
-2
@@ -163,7 +163,7 @@ public:
|
|||||||
<LI><tt>'\@s'</tt> Use a <SMALL>small</SMALL> (11 point) font </LI>
|
<LI><tt>'\@s'</tt> Use a <SMALL>small</SMALL> (11 point) font </LI>
|
||||||
<LI><tt>'\@b'</tt> Use a <B>bold</B> font (adds FL_BOLD to font) </LI>
|
<LI><tt>'\@b'</tt> Use a <B>bold</B> font (adds FL_BOLD to font) </LI>
|
||||||
<LI><tt>'\@i'</tt> Use an <I>italic</I> font (adds FL_ITALIC to font) </LI>
|
<LI><tt>'\@i'</tt> Use an <I>italic</I> font (adds FL_ITALIC to font) </LI>
|
||||||
<LI><tt>'\@f' or \@t</tt> Use a fixed-pitch
|
<LI><tt>'\@f' or '\@t'</tt> Use a fixed-pitch
|
||||||
font (sets font to FL_COURIER) </LI>
|
font (sets font to FL_COURIER) </LI>
|
||||||
<LI><tt>'\@c'</tt> Center the line horizontally </LI>
|
<LI><tt>'\@c'</tt> Center the line horizontally </LI>
|
||||||
<LI><tt>'\@r'</tt> Right-justify the text </LI>
|
<LI><tt>'\@r'</tt> Right-justify the text </LI>
|
||||||
@@ -177,7 +177,7 @@ public:
|
|||||||
</UL>
|
</UL>
|
||||||
Notice that the '\@.' command can be used to reliably
|
Notice that the '\@.' command can be used to reliably
|
||||||
terminate the parsing. To print a random string in a random color, use
|
terminate the parsing. To print a random string in a random color, use
|
||||||
sprintf("\@C%d\@.%s", color, string) and it will work even if the
|
<tt>sprintf("\@C%d\@.%s", color, string)</tt> and it will work even if the
|
||||||
string starts with a digit or has the format character in it.
|
string starts with a digit or has the format character in it.
|
||||||
<P>The second form sets the current prefix to c. Set the
|
<P>The second form sets the current prefix to c. Set the
|
||||||
prefix to 0 to disable formatting.
|
prefix to 0 to disable formatting.
|
||||||
|
|||||||
Reference in New Issue
Block a user