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/Fl_Widget.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/Fl_Widget.html')
| -rw-r--r-- | documentation/Fl_Widget.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/Fl_Widget.html b/documentation/Fl_Widget.html index 5936726e7..731a3b9c5 100644 --- a/documentation/Fl_Widget.html +++ b/documentation/Fl_Widget.html @@ -241,7 +241,7 @@ normally, all widgets participate in keyboard focus navigation. passed to the box routine. The color is either an index into an internal table of RGB colors or an RGB color value generated using <TT>fl_rgb_color()</TT>. The default for most widgets is -<TT>FL_GRAY</TT>. See the <A +<TT>FL_BACKGROUND_COLOR</TT>. See the <A href=enumerations.html#Enumerations>enumeration list</A> for predefined colors. Use <A href="Fl.html#Fl.set_color"><TT>Fl::set_color()</TT></A> to @@ -347,7 +347,7 @@ automatically.</p> <H4><A name=Fl_Widget.labelcolor>Fl_Color Fl_Widget::labelcolor() const <BR> void Fl_Widget::labelcolor(Fl_Color)</A></H4> -<P>Gets or sets the label color. The default color is <TT>FL_BLACK</TT>. +<P>Gets or sets the label color. The default color is <TT>FL_FOREGROUND_COLOR</TT>. <H4><A name=Fl_Widget.labelfont>Fl_Font Fl_Widget::labelfont() const |
