diff options
| -rw-r--r-- | FL/Fl_Round_Button.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Round_Button.H b/FL/Fl_Round_Button.H index 55b502a07..d71e75766 100644 --- a/FL/Fl_Round_Button.H +++ b/FL/Fl_Round_Button.H @@ -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: |
