Implement wxToolTip::SetDelay() for wxOSX

Set the "NSInitialToolTipDelay" object in NSUserDefaults.

Closes #17322.
This commit is contained in:
David Vanderson
2016-01-08 17:02:19 +01:00
committed by Vadim Zeitlin
parent 13783d8733
commit c5659b19b4
3 changed files with 11 additions and 2 deletions

View File

@@ -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);