Author: AlbrechtS
Date: 2009-06-27 02:43:54 -0700 (Sat, 27 Jun 2009)
New Revision: 6795
Log:
Fixed documentation for Fl_Progress (STR #2209).


Modified:
   branches/branch-1.1/CHANGES
   branches/branch-1.1/documentation/Fl_Progress.html

Modified: branches/branch-1.1/CHANGES
===================================================================
--- branches/branch-1.1/CHANGES 2009-06-27 09:29:36 UTC (rev 6794)
+++ branches/branch-1.1/CHANGES 2009-06-27 09:43:54 UTC (rev 6795)
@@ -1,5 +1,6 @@
 CHANGES IN FLTK 1.1.10
 
+       - Fixed documentation for Fl_Progress (STR #2209)
        - Fix for multiple popups, when dragging and calling fl_alert()
          and friends from the callback (STR #2159)
        - Avoiding crashes for recursive common dialogs (this does not 

Modified: branches/branch-1.1/documentation/Fl_Progress.html
===================================================================
--- branches/branch-1.1/documentation/Fl_Progress.html  2009-06-27 09:29:36 UTC 
(rev 6794)
+++ branches/branch-1.1/documentation/Fl_Progress.html  2009-06-27 09:43:54 UTC 
(rev 6795)
@@ -45,6 +45,11 @@
 <P>The constructor creates the progress bar using the position,
 size, and label.
 
+<P>You can set the background color with color() and the progress bar color 
with
+selection_color(), or you can set both colors together with color(unsigned bg, 
unsigned sel).
+
+<P>The default colors are FL_BACKGROUND2_COLOR and FL_YELLOW, resp.
+
 <H4><A name="Fl_Progress.~Fl_Progress">Fl_Progress::~Fl_Progress(void)</A></H4>
 
 <P>The destructor removes the progress bar.

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to