Implement wxToolTip::SetDelay() for wxOSX
Set the "NSInitialToolTipDelay" object in NSUserDefaults. Closes #17322.
This commit is contained in:
committed by
Vadim Zeitlin
parent
13783d8733
commit
c5659b19b4
@@ -54,7 +54,7 @@ public:
|
||||
/**
|
||||
Set the delay after which the tooltip appears.
|
||||
|
||||
@note May not be supported on all platforms (eg. wxCocoa).
|
||||
@note May not be supported on all platforms.
|
||||
*/
|
||||
static void SetDelay(long msecs);
|
||||
|
||||
|
Reference in New Issue
Block a user