From a6163888f3c56123b1db313743c6147ba498732c Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Fri, 8 Aug 2014 14:42:07 +0300 Subject: Add third_party libs --- .../fltk-1.1.10/documentation/Fl_Check_Button.html | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 third_party/windows/fltk-1.1.10/documentation/Fl_Check_Button.html (limited to 'third_party/windows/fltk-1.1.10/documentation/Fl_Check_Button.html') diff --git a/third_party/windows/fltk-1.1.10/documentation/Fl_Check_Button.html b/third_party/windows/fltk-1.1.10/documentation/Fl_Check_Button.html new file mode 100644 index 0000000..ae4c8df --- /dev/null +++ b/third_party/windows/fltk-1.1.10/documentation/Fl_Check_Button.html @@ -0,0 +1,45 @@ + + + Fl_Check_Button + + + +

class Fl_Check_Button

+
+

Class Hierarchy

+ +

Include Files

+ +

Description

+Buttons generate callbacks when they are clicked by the user. You +control exactly when and how by changing the values for type() +and when(). +

Fl_Check_Button widget

+

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 +light when on is controlled with selection_color(), which +defaults to FL_RED.

+

Methods

+ +

+Fl_Check_Button::Fl_Check_Button(int x, int y, int w, int h, const char +*label = 0)

+ Creates a new Fl_Check_Button widget using the given +position, size, and label string. +

+Fl_Check_Button::~Fl_Check_Button()

+ The destructor deletes the check button. -- cgit v1.3.1