]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/gtk1/tooltip.h
1 /////////////////////////////////////////////////////////////////////////////
4 // Author: Robert Roebling
6 // Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
7 // Licence: wxWindows licence
8 /////////////////////////////////////////////////////////////////////////////
10 #ifndef __GTKTOOLTIPH__
11 #define __GTKTOOLTIPH__
18 #include "wx/object.h"
19 #include "wx/window.h"
21 //-----------------------------------------------------------------------------
23 //-----------------------------------------------------------------------------
27 //-----------------------------------------------------------------------------
29 //-----------------------------------------------------------------------------
31 class wxToolTip
: public wxObject
37 static void Add( wxWindow
*tool
, const wxString
&tip
);
38 static void Enable( bool flag
);
39 static void SetDelay( long msecs
);
44 #endif // __GTKTOOLTIPH__