diff options
Diffstat (limited to 'documentation/common.html')
| -rw-r--r-- | documentation/common.html | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/documentation/common.html b/documentation/common.html index d185f6e41..ef171b2d2 100644 --- a/documentation/common.html +++ b/documentation/common.html @@ -214,7 +214,7 @@ fixed contents.</P> <P>There are symbols for naming some of the more common colors:</P> <UL> - <LI><TT>FL_BLACK</TT> (this is the default label color)</LI> + <LI><TT>FL_BLACK</TT></LI> <LI><TT>FL_RED</TT></LI> @@ -229,8 +229,20 @@ fixed contents.</P> <LI><TT>FL_CYAN</TT></LI> <LI><TT>FL_WHITE</TT></LI> +</UL> + +<P>These symbols are the default colors for all FLTK widgets. They are +explained in more detail in the chapter +<A HREF="enumerations.html#colors">Enumerations</A></P> + +<UL> + <LI><TT>FL_FOREGROUND_COLOR</TT> </LI> + + <LI><TT>FL_BACKGROUND_COLOR</TT> </LI> + + <LI><TT>FL_INACTIVE_COLOR</TT> </LI> - <LI><TT>FL_GRAY</TT> (this is the default color of most widgets)</LI> + <LI><TT>FL_SELECTION_COLOR</TT> </LI> </UL> <P>RGB colors can be set using the <A HREF="functions.html#fl_rgb_color"><TT>fl_rgb_color()</TT></A> |
