/**
Enable or disable tooltips globally.
-
May not be supported on all platforms (eg. wxCocoa).
*/
static void Enable(bool flag);
/**
Set the delay after which the tooltip appears.
-
May not be supported on all platforms (eg. wxCocoa).
*/
static void SetDelay(long msecs);