From b4a50239496145b3f07a6763b7092d477280b5cf Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 17 Sep 2008 11:26:37 +0000 Subject: [PATCH] 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 --- FL/Fl_Browser.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FL/Fl_Browser.H b/FL/Fl_Browser.H index 8f0d6e10a..b1042d8fb 100644 --- a/FL/Fl_Browser.H +++ b/FL/Fl_Browser.H @@ -163,7 +163,7 @@ public:
  • '\@s' Use a small (11 point) font
  • '\@b' Use a bold font (adds FL_BOLD to font)
  • '\@i' Use an italic font (adds FL_ITALIC to font)
  • -
  • '\@f' or \@t Use a fixed-pitch +
  • '\@f' or '\@t' Use a fixed-pitch font (sets font to FL_COURIER)
  • '\@c' Center the line horizontally
  • '\@r' Right-justify the text
  • @@ -177,7 +177,7 @@ public: Notice that the '\@.' command can be used to reliably 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 + sprintf("\@C%d\@.%s", color, string) and it will work even if the string starts with a digit or has the format character in it.

    The second form sets the current prefix to c. Set the prefix to 0 to disable formatting.