From dc70b69502de6769c8fe109161f984494a0c00b8 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 19 Jan 1999 20:53:39 +0000 Subject: 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 --- documentation/Fl_Check_Button.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'documentation/Fl_Check_Button.html') diff --git a/documentation/Fl_Check_Button.html b/documentation/Fl_Check_Button.html index 9b013ea2a..475a8c9f6 100644 --- a/documentation/Fl_Check_Button.html +++ b/documentation/Fl_Check_Button.html @@ -17,9 +17,10 @@

Description

- 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 type() - and when(). +and when(). +

The Fl_Check_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_DIAMOND_DOWN_BOX. The color of the @@ -37,4 +38,4 @@ Fl_Check_Button::Fl_Check_Button(int x, int y, int w, int h, const char position, size, and label string.

Fl_Check_Button::~Fl_Check_Button()

- The destructor deletes the check button. \ No newline at end of file + The destructor deletes the check button. -- cgit v1.2.3