summaryrefslogtreecommitdiff
path: root/documentation/subclassing.html
diff options
context:
space:
mode:
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);