diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-01-28 20:51:17 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-01-28 20:51:17 +0000 |
| commit | fc22bc93a0b3724c759b9e28fb680d4f0b44376b (patch) | |
| tree | 273ec97e80dad2f3860fe454a0b24f10b9012f63 /src/Fl_Help_Dialog.cxx | |
| parent | 226715d978654145c1a011fe8ebf35431774c33d (diff) | |
Support type qualifiers before a class name; this allows for things like
"FL_EXPORT Fl_File_Chooser"...
Update Fl_File_Chooser and Fl_Help_Dialog to use the new interface so
that we don't have to add FL_EXPORT every time we make a change...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2934 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Help_Dialog.cxx')
| -rw-r--r-- | src/Fl_Help_Dialog.cxx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/Fl_Help_Dialog.cxx b/src/Fl_Help_Dialog.cxx index 2e58f5b72..773ee67c7 100644 --- a/src/Fl_Help_Dialog.cxx +++ b/src/Fl_Help_Dialog.cxx @@ -1,4 +1,4 @@ -// generated by Fast Light User Interface Designer (fluid) version 1.0101 +// generated by Fast Light User Interface Designer (fluid) version 1.0103 #include "../FL/Fl_Help_Dialog.H" #include "flstring.h" @@ -113,7 +113,15 @@ Fl_Help_Dialog::Fl_Help_Dialog() { o->user_data((void*)(this)); { Fl_Help_View* o = view_ = new Fl_Help_View(10, 10, 510, 330); o->box(FL_DOWN_BOX); + o->color(49); + o->selection_color(49); + o->labeltype(FL_NORMAL_LABEL); + o->labelfont(0); + o->labelsize(14); + o->labelcolor(56); o->callback((Fl_Callback*)cb_view_); + o->align(FL_ALIGN_TOP); + o->when(FL_WHEN_RELEASE); o->end(); Fl_Group::current()->resizable(o); } |
