From fc22bc93a0b3724c759b9e28fb680d4f0b44376b Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 28 Jan 2003 20:51:17 +0000 Subject: 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 --- src/Fl_Help_Dialog.cxx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/Fl_Help_Dialog.cxx') 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); } -- cgit v1.2.3