projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
cache the item text size to optimize tree layout/painting (#9956)
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
tooltip.h
diff --git
a/include/wx/gtk1/tooltip.h
b/include/wx/gtk1/tooltip.h
index f79618899a01608b6f433a7badd6e2b7e9f17e96..08a9755abc8dcb19cb1cafaa481a2787d445c9d6 100644
(file)
--- a/
include/wx/gtk1/tooltip.h
+++ b/
include/wx/gtk1/tooltip.h
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: tooltip.h
+// Name:
wx/gtk1/
tooltip.h
// Purpose: wxToolTip class
// Author: Robert Roebling
// Id: $Id$
// Purpose: wxToolTip class
// Author: Robert Roebling
// Id: $Id$
@@
-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 );