summaryrefslogtreecommitdiff
path: root/documentation/common.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-10-04 17:23:09 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-10-04 17:23:09 +0000
commite4731d3f1a81a363faff89792064438efce05d1e (patch)
treebb86128dc55ca574d894dd5c0734d4e04cb0f96d /documentation/common.html
parent8d552439c716ae15e1f392ca88f3bdebf85ae607 (diff)
Final doco updates for 1.1.0.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2653 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/common.html')
-rw-r--r--documentation/common.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/documentation/common.html b/documentation/common.html
index 7a7a85066..ca7b4c4fc 100644
--- a/documentation/common.html
+++ b/documentation/common.html
@@ -118,6 +118,8 @@ the <tt>value()</tt> of the widget.</P>
widgets use an associated <TT>Fl_Text_Buffer</TT> class for the
value, instead of a simple string.</P>
+<!-- NEED 4in -->
+
<H2>Valuators</H2>
<P>Unlike text widgets, valuators keep track of numbers instead of
@@ -150,6 +152,8 @@ and <A href="Fl_Valuator.html#Fl_Valuator.maximum"><TT>maximum()</TT></A>
methods set the range of values that are reported by the
widget.</P>
+<!-- NEED 5in -->
+
<H2>Groups</H2>
<P>The <TT>Fl_Group</TT> widget class is used as a general
@@ -224,9 +228,9 @@ fixed contents.</P>
<LI><TT>FL_CYAN</TT></LI>
- <LI><TT>FL_WHITE</TT> (this is the default background color of text widgets)</LI>
+ <LI><TT>FL_WHITE</TT></LI>
- <LI><TT>FL_GRAY</TT> (this is the default background color of most widgets)</LI>
+ <LI><TT>FL_GRAY</TT> (this is the default color of most widgets)</LI>
</UL>
<P>RGB colors can be set using the <A HREF="functions.html#fl_rgb_color"><TT>fl_rgb_color()</TT></A>
@@ -288,6 +292,8 @@ void xyz_draw(int x, int y, int w, int h, Fl_Color c) {
}
</PRE></UL>
+<!-- NEED 3in -->
+
<P>A simple drawing function might fill a rectangle with the
given color and then draw a black outline:</P>
@@ -331,6 +337,8 @@ sign. Figure 3-4 shows the available symbols.</P>
<P ALIGN="CENTER"><A name="symbols"><IMG src="symbols.gif" ALT="FLTK Symbols"><BR>
<I>Figure 3-4: FLTK label symbols</I></A></P>
+<!-- NEED 2in -->
+
<P>The @ sign may also be followed by the following optional
&quot;formatting&quot; characters, in this order:</P>