diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl.H | 12 | ||||
| -rw-r--r-- | FL/Fl_Help_View.H | 8 | ||||
| -rw-r--r-- | FL/Fl_Widget.H | 6 |
3 files changed, 12 insertions, 14 deletions
@@ -1,5 +1,5 @@ // -// "$Id: Fl.H,v 1.8.2.11.2.9 2001/12/14 16:48:13 easysw Exp $" +// "$Id: Fl.H,v 1.8.2.11.2.10 2001/12/19 18:15:33 easysw Exp $" // // Main header file for the Fast Light Tool Kit (FLTK). // @@ -225,14 +225,14 @@ public: static int visible_focus() { return visible_focus_; } // Multithreading support: - static void lock(); - static void unlock(); - static void awake(void* message = 0); - static void* thread_message(); + static FL_EXPORT void lock(); + static FL_EXPORT void unlock(); + static FL_EXPORT void awake(void* message = 0); + static FL_EXPORT void* thread_message(); }; #endif // !Fl_H // -// End of "$Id: Fl.H,v 1.8.2.11.2.9 2001/12/14 16:48:13 easysw Exp $". +// End of "$Id: Fl.H,v 1.8.2.11.2.10 2001/12/19 18:15:33 easysw Exp $". // diff --git a/FL/Fl_Help_View.H b/FL/Fl_Help_View.H index 30c241998..dad6eafa0 100644 --- a/FL/Fl_Help_View.H +++ b/FL/Fl_Help_View.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_Help_View.H,v 1.1.2.5 2001/11/24 04:12:56 easysw Exp $" +// "$Id: Fl_Help_View.H,v 1.1.2.6 2001/12/19 18:15:33 easysw Exp $" // // Help Viewer widget definitions. // @@ -55,9 +55,7 @@ struct Fl_Help_Block { const char *start, // Start of text *end; // End of text - uchar font, // Text font - size, // Text size - border; // Draw border? + uchar border; // Draw border? int x, // Indentation/starting X coordinate y, // Starting Y coordinate w, // Width @@ -189,5 +187,5 @@ class Fl_Help_View : public Fl_Group //// Help viewer widget #endif // !Fl_Help_View_H // -// End of "$Id: Fl_Help_View.H,v 1.1.2.5 2001/11/24 04:12:56 easysw Exp $". +// End of "$Id: Fl_Help_View.H,v 1.1.2.6 2001/12/19 18:15:33 easysw Exp $". // diff --git a/FL/Fl_Widget.H b/FL/Fl_Widget.H index 352948488..7fa377e47 100644 --- a/FL/Fl_Widget.H +++ b/FL/Fl_Widget.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_Widget.H,v 1.6.2.4.2.11 2001/11/28 20:43:44 easysw Exp $" +// "$Id: Fl_Widget.H,v 1.6.2.4.2.12 2001/12/19 18:15:33 easysw Exp $" // // Widget header file for the Fast Light Tool Kit (FLTK). // @@ -102,7 +102,7 @@ public: FL_EXPORT virtual void draw() = 0; FL_EXPORT virtual int handle(int); Fl_Group* parent() const {return parent_;} - void parent(Fl_Group* w) {parent_ = w;} // for hacks only + void parent(Fl_Group* w) {parent_ = w;} // for hacks only, Fl_Group::add() uchar type() const {return type_;} void type(uchar t) {type_ = t;} @@ -207,5 +207,5 @@ public: #endif // -// End of "$Id: Fl_Widget.H,v 1.6.2.4.2.11 2001/11/28 20:43:44 easysw Exp $". +// End of "$Id: Fl_Widget.H,v 1.6.2.4.2.12 2001/12/19 18:15:33 easysw Exp $". // |
