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.fl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Fl_Help_Dialog.fl') diff --git a/src/Fl_Help_Dialog.fl b/src/Fl_Help_Dialog.fl index 7308d9e41..b0d0f5551 100644 --- a/src/Fl_Help_Dialog.fl +++ b/src/Fl_Help_Dialog.fl @@ -1,12 +1,12 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0100 +version 1.0103 header_name {../FL/Fl_Help_Dialog.H} code_name {.cxx} decl {\#include "flstring.h"} {} decl {\#include } {} -class Fl_Help_Dialog {open +class FL_EXPORT Fl_Help_Dialog {open selected } { decl {int index_;} {} decl {int max_;} {} @@ -54,7 +54,7 @@ else if (view_->filename()) } {} Fl_Button {} { label Close - callback {window_->hide();} selected + callback {window_->hide();} private xywh {425 350 95 25} code0 {o->label(fl_close);} } -- cgit v1.2.3