aboutsummaryrefslogtreecommitdiff
path: root/SrcUnix/espws-2.0/CheckButton.html
diff options
context:
space:
mode:
Diffstat (limited to 'SrcUnix/espws-2.0/CheckButton.html')
-rw-r--r--SrcUnix/espws-2.0/CheckButton.html61
1 files changed, 61 insertions, 0 deletions
diff --git a/SrcUnix/espws-2.0/CheckButton.html b/SrcUnix/espws-2.0/CheckButton.html
new file mode 100644
index 0000000..d8f0de8
--- /dev/null
+++ b/SrcUnix/espws-2.0/CheckButton.html
@@ -0,0 +1,61 @@
+<HTML>
+<HEAD>
+ <TITLE>CheckButton - ESP Widget Set for FLTK</TITLE>
+ <LINK REL="STYLESHEET" TYPE="text/css" HREF="fltk.css">
+ <MAP NAME="navbar">
+ <AREA SHAPE="RECT" COORD="20,19,74,36" HREF="index.html" ALT="Widget Set Home Page">
+ <AREA SHAPE="RECT" COORD="96,19,240,36" HREF="documentation.html" ALT="Widget Set Documentation">
+ <AREA SHAPE="RECT" COORD="262,19,356,36" HREF="download.html" ALT="Download Widget Set">
+ <AREA SHAPE="RECT" COORD="378,19,416,36" HREF="http://www.easysw.com" ALT="ESP Home Page">
+ <AREA SHAPE="RECT" COORD="438,19,487,36" HREF="http://www.fltk.org" ALT="FLTK Home Page">
+ </MAP>
+</HEAD>
+
+<BODY BGCOLOR="#ccccff">
+
+<!-- NEW PAGE -->
+<H2>class CheckButton</H2>
+
+<HR>
+
+<H3>Class Hierarchy</H3>
+
+<UL><PRE>
+Fl_Group
+ |
+ +----<B>CheckButton</B>
+</PRE></UL>
+
+<H3>Include Files</H3>
+
+<UL><PRE>
+#include "CheckButton.h"
+</PRE></UL>
+
+<H3>Description</H3>
+
+<P>The <CODE>CheckButton</CODE> widget provides a better looking check or
+radio button. It is otherwise identical to the <CODE>Fl_Check_Button</CODE>
+widget.
+
+<H3>Methods</H3>
+
+<UL>
+
+ <LI><A HREF="#CheckButton.CheckButton">CheckButton</A>
+ <LI><A HREF="#CheckButton.~CheckButton">~CheckButton</A>
+
+</UL>
+
+<H4><A NAME="CheckButton.CheckButton">CheckButton(int xx, int yy, int ww, int hh, const char *l = 0)</A></H4>
+
+<P>The constructor creates the <CODE>CheckButton</CODE> widget at the specified
+position and size.
+
+<H4><A NAME="CheckButton.~CheckButton">~CheckButton()</A></H4>
+
+<P>The destructor destroys the widget and frees all memory that has been
+allocated.
+
+</BODY>
+</HTML>