diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-10-29 19:45:10 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-10-29 19:45:10 +0000 |
| commit | 7d0d281fb41d407984e24d55c65c868d0eff0690 (patch) | |
| tree | 56979836d17ed64930012b74cdaa4ef347676a36 /FL/Fl_Tooltip.H | |
| parent | 314a351940e9537304ea3eacdf6663472d3dc85b (diff) | |
2.0 tooltip changes into 1.1.x.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2704 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Tooltip.H')
| -rw-r--r-- | FL/Fl_Tooltip.H | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/FL/Fl_Tooltip.H b/FL/Fl_Tooltip.H index 5328dc510..b1512d151 100644 --- a/FL/Fl_Tooltip.H +++ b/FL/Fl_Tooltip.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_Tooltip.H,v 1.16.2.8 2002/05/13 05:05:11 spitzak Exp $" +// "$Id: Fl_Tooltip.H,v 1.16.2.9 2002/10/29 19:45:09 easysw Exp $" // // Tooltip header file for the Fast Light Tool Kit (FLTK). // @@ -39,6 +39,8 @@ public: static void (*enter)(Fl_Widget* w); static void enter_area(Fl_Widget* w, int X, int Y, int W, int H, const char* tip); static void (*exit)(Fl_Widget *w); + static Fl_Widget* current() {return widget_;} + static void current(Fl_Widget*); static int font() { return font_; } static int size() { return size_; } @@ -55,10 +57,11 @@ private: static unsigned textcolor_; static int font_; static int size_; + static Fl_Widget* widget_; }; #endif // -// End of "$Id: Fl_Tooltip.H,v 1.16.2.8 2002/05/13 05:05:11 spitzak Exp $". +// End of "$Id: Fl_Tooltip.H,v 1.16.2.9 2002/10/29 19:45:09 easysw Exp $". // |
