diff options
Diffstat (limited to 'documentation/common.html')
| -rw-r--r-- | documentation/common.html | 12 |
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 "formatting" characters, in this order:</P> |
