Ticket #14846 (closed enhancement: fixed)

Opened 7 months ago

Last modified 7 months ago

wxRichToolTip add show delay

Reported by: johnr Owned by:
Priority: normal Milestone:
Component: GUI-all Version: 2.9-svn
Keywords: wxRichToolTip delay show Cc:
Blocked By: Patch: yes
Blocking:

Description

Patch adds ability to delay showing a wxRichToolTip.

BTW given are no getters for wxRichToolTip so I have left the sample "Default" timeout option untouched but changed its label to "Default (no delay)" and the delay checkbox setting is ignored. m_timeout is unsigned and I wasn't sure about changing it to signed to allow passing -1 as a default.

Attachments

richtipdelay.patch download (13.1 KB) - added by johnr 7 months ago.

Change History

Changed 7 months ago by johnr

Changed 7 months ago by VZ

  • status changed from new to closed
  • resolution set to fixed

(In [72997]) Add possibility to delay showing wxRichToolTip.

Optionally show the tooltip after a delay instead of doing it immediately when
Show() is called.

Closes #14846.

Note: See TracTickets for help on using tickets.