From a31071deb496bdf1b9a932e4bfc15b11687c93fd Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 19 Dec 2005 13:33:08 +0000 Subject: git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4720 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Widget.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/Fl_Widget.html') 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 fl_rgb_color(). The default for most widgets is -FL_GRAY. See the FL_BACKGROUND_COLOR. See the enumeration list for predefined colors. Use Fl::set_color() to @@ -347,7 +347,7 @@ automatically.

Fl_Color Fl_Widget::labelcolor() const
void Fl_Widget::labelcolor(Fl_Color)

-

Gets or sets the label color. The default color is FL_BLACK. +

Gets or sets the label color. The default color is FL_FOREGROUND_COLOR.

Fl_Font Fl_Widget::labelfont() const -- cgit v1.2.3