FLTK logo

[Library] r9031 - branches/branch-1.3/FL

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[Library] r9031 - branches/branch-1.3/FL fltk-dev Sep 07, 2011  
 
Author: ianmacarthur
Date: 2011-09-07 05:18:14 -0700 (Wed, 07 Sep 2011)
New Revision: 9031
Log:
Fix trivial documentation discrepancy in Fl_Round_Button



Modified:
   branches/branch-1.3/FL/Fl_Round_Button.H

Modified: branches/branch-1.3/FL/Fl_Round_Button.H
===================================================================
--- branches/branch-1.3/FL/Fl_Round_Button.H	2011-09-05 16:52:16 UTC (rev 9030)
+++ branches/branch-1.3/FL/Fl_Round_Button.H	2011-09-07 12:18:14 UTC (rev 9031)
@@ -28,13 +28,13 @@
   Buttons generate callbacks when they are clicked by the user.  You
   control exactly when and how by changing the values for type()
   and when().
-  <P ALIGN=CENTER>\image html Fl_Round_Button.png</P> 
+  <P ALIGN=CENTER>\image html Fl_Round_Button.png</P>
   \image latex  Fl_Round_Button.png " Fl_Round_Button" width=4cm
   <P>The Fl_Round_Button subclass display the "on" state by
   turning on a light, rather than drawing pushed in.  The shape of the
   "light" is initially set to FL_ROUND_DOWN_BOX.  The color of the light
   when on is controlled with selection_color(), which defaults to
-  FL_RED.
+  FL_FOREGROUND_COLOR.
 */
 class FL_EXPORT Fl_Round_Button : public Fl_Light_Button {
 public:

Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.