diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-19 20:53:39 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-19 20:53:39 +0000 |
| commit | dc70b69502de6769c8fe109161f984494a0c00b8 (patch) | |
| tree | b6b764b7ad24c2a70849ccde9bd3ca8ce81c5a43 /documentation/Fl_Light_Button.html | |
| parent | 01937a1cf8d3e81336af4bd47adb327aff7b5a4d (diff) | |
Updated documentation with changes from Bill.
Added new image files for buttons.
git-svn-id: file:///fltk/svn/fltk/trunk@237 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Light_Button.html')
| -rw-r--r-- | documentation/Fl_Light_Button.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/Fl_Light_Button.html b/documentation/Fl_Light_Button.html index 658e24b1a..fc8820c5f 100644 --- a/documentation/Fl_Light_Button.html +++ b/documentation/Fl_Light_Button.html @@ -17,9 +17,10 @@ </PRE> </UL> <H3>Description</H3> - Buttons generate callbacks when they are clicked by the user. You +Buttons generate callbacks when they are clicked by the user. You control exactly when and how by changing the values for <TT>type()</TT> - and <TT>when()</TT>. +and <TT>when()</TT>. +<P ALIGN=CENTER><IMG SRC="Fl_Light_Button.gif"></P> <P>The <TT>Fl_Light_Button</TT> 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_DOWN_BOX. The color of the light when @@ -37,4 +38,4 @@ Fl_Light_Button::Fl_Light_Button(int x, int y, int w, int h, const char position, size, and label string. <H4><A name=Fl_Light_Button.~Fl_Light_Button> Fl_Light_Button::~Fl_Light_Button()</A></H4> - The destructor deletes the check button. </BODY></HTML>
\ No newline at end of file + The destructor deletes the check button. </BODY></HTML> |
