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_Round_Button.html | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 third_party/windows/fltk-1.1.10/documentation/Fl_Round_Button.html (limited to 'third_party/windows/fltk-1.1.10/documentation/Fl_Round_Button.html') diff --git a/third_party/windows/fltk-1.1.10/documentation/Fl_Round_Button.html b/third_party/windows/fltk-1.1.10/documentation/Fl_Round_Button.html new file mode 100644 index 0000000..a2397aa --- /dev/null +++ b/third_party/windows/fltk-1.1.10/documentation/Fl_Round_Button.html @@ -0,0 +1,45 @@ + + + Fl_Round_Button + + + +

class Fl_Round_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_Round_Button widget.

+

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.

+

Methods

+ +

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

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

+Fl_Round_Button::~Fl_Round_Button()

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