diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-12-19 13:33:08 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-12-19 13:33:08 +0000 |
| commit | a31071deb496bdf1b9a932e4bfc15b11687c93fd (patch) | |
| tree | a7b853b70aea7bc3f013aafd68897be3e904578a /documentation/common.html | |
| parent | 3a635d78846ede7be867281a6a7db972bd0d478c (diff) | |
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4720 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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> |
