mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 16:46:52 +08:00
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4720 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user