projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Don't include webkit headers from wx headers
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
tooltip.h
diff --git
a/include/wx/gtk1/tooltip.h
b/include/wx/gtk1/tooltip.h
index d5666edefb1730f788a1a6b5ba47f434f185c8da..08a9755abc8dcb19cb1cafaa481a2787d445c9d6 100644
(file)
--- a/
include/wx/gtk1/tooltip.h
+++ b/
include/wx/gtk1/tooltip.h
@@
-18,8
+18,8
@@
// forward declarations
//-----------------------------------------------------------------------------
// forward declarations
//-----------------------------------------------------------------------------
-class WXDLLIMPEXP_CORE wxToolTip;
-class WXDLLIMPEXP_CORE wxWindow;
+class WXDLLIMPEXP_
FWD_
CORE wxToolTip;
+class WXDLLIMPEXP_
FWD_
CORE wxWindow;
//-----------------------------------------------------------------------------
// wxToolTip
//-----------------------------------------------------------------------------
// wxToolTip
@@
-31,6
+31,10
@@
public:
// globally change the tooltip parameters
static void Enable( bool flag );
static void SetDelay( long msecs );
// globally change the tooltip parameters
static void Enable( bool flag );
static void SetDelay( long msecs );
+ // set the delay after which the tooltip disappears or how long the tooltip remains visible
+ static void SetAutoPop(long msecs);
+ // set the delay between subsequent tooltips to appear
+ static void SetReshow(long msecs);
wxToolTip( const wxString &tip );
wxToolTip( const wxString &tip );