]>
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
35 wxToolTip( const wxString
&tip
);
40 void Enable( bool flag
);
41 void SetDelay( long msecs
);
48 GtkTooltips
*m_tooltips
;
52 void Create( GtkWidget
*tool
);
55 #endif // __GTKTOOLTIPH__