Fix trivial documentation discrepancy in Fl_Round_Button

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9031 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Ian MacArthur 2011-09-07 12:18:14 +00:00
parent 19b3e33944
commit fef14a7a58

View File

@ -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: