summaryrefslogtreecommitdiff
path: root/documentation/subclassing.html
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2005-12-19 13:33:08 +0000
committerMatthias Melcher <fltk@matthiasm.com>2005-12-19 13:33:08 +0000
commita31071deb496bdf1b9a932e4bfc15b11687c93fd (patch)
treea7b853b70aea7bc3f013aafd68897be3e904578a /documentation/subclassing.html
parent3a635d78846ede7be867281a6a7db972bd0d478c (diff)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4720 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/subclassing.html')
-rw-r--r--documentation/subclassing.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/subclassing.html b/documentation/subclassing.html
index 7e3cbf126..338ec3e58 100644
--- a/documentation/subclassing.html
+++ b/documentation/subclassing.html
@@ -43,12 +43,12 @@ and initializes the other instance variables to:
<UL><PRE>
type(0);
box(FL_NO_BOX);
-color(FL_GRAY);
-selection_color(FL_GRAY);
+color(FL_BACKGROUND_COLOR);
+selection_color(FL_BACKGROUND_COLOR);
labeltype(FL_NORMAL_LABEL);
labelstyle(FL_NORMAL_STYLE);
labelsize(FL_NORMAL_SIZE);
-labelcolor(FL_BLACK);
+labelcolor(FL_FOREGROUND_COLOR);
align(FL_ALIGN_CENTER);
callback(default_callback,0);
flags(ACTIVE|VISIBLE);