#14216: Adds wxAuiNoteBook tooltips on page title
-------------------------+--------------------------------------------------
Reporter: aasselin | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: wxAui | Version: 2.9-svn
Keywords: | Blockedby:
Patch: 1 | Blocking:
-------------------------+--------------------------------------------------
Here is a patch to add support for SetPageToolTip/GetPageToolTip, actually
showing a tooltip when hovering the page title (useful for very long
titles)
--
Ticket URL: <http://trac.wxwidgets.org/ticket/14216>
#14216: Adds wxAuiNoteBook tooltips on page title
-------------------------+--------------------------------------------------
Reporter: aasselin | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: wxAui | Version: 2.9-svn
Keywords: | Blockedby:
Patch: 1 | Blocking:
-------------------------+--------------------------------------------------
Comment(by vadz):
Replying to [comment:1 Hanmac]:
> IMO the tooltip stuff should be implemented in the BookCtrlBase class
We'd need to implement it for at least a few more derived classes first.
It doesn't make sense to have a set of methods in a base class which are
only implemented in a single derived class.
--
Ticket URL: <http://trac.wxwidgets.org/ticket/14216#comment:2>
#14216: Adds wxAuiNoteBook tooltips on page title
-------------------------+--------------------------------------------------
Reporter: aasselin | Owner:
Type: enhancement | Status: confirmed
Priority: normal | Milestone:
Component: wxAui | Version: 2.9-svn
Keywords: needs-docs | Blockedby:
Patch: 1 | Blocking:
-------------------------+--------------------------------------------------
Changes (by vadz):
* keywords: => needs-docs
* status: new => confirmed
Comment:
The patch looks good to me, thanks!
It would be nice to have an example of using the new functions in the
sample, if only to allow testing them easily before applying the patch.
And we need the docs for them too, of course, could you please add them?
TIA!
--
Ticket URL: <http://trac.wxwidgets.org/ticket/14216#comment:3>
#14216: Adds wxAuiNoteBook tooltips on page title
-------------------------+--------------------------------------------------
Reporter: aasselin | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: wxAui | Version: 2.9-svn
Keywords: | Blockedby:
Patch: 1 | Blocking:
-------------------------+--------------------------------------------------
Comment(by Hanmac):
IMO the tooltip stuff should be implemented in the BookCtrlBase class
--
Ticket URL: <http://trac.wxwidgets.org/ticket/14216#comment:1>
#14216: Adds wxAuiNoteBook tooltips on page title
-------------------------+--------------------------------------------------
Reporter: aasselin | Owner:
Type: enhancement | Status: confirmed
Priority: normal | Milestone:
Component: wxAui | Version: 2.9-svn
Keywords: needs-docs | Blockedby:
Patch: 1 | Blocking:
-------------------------+--------------------------------------------------
Comment(by aasselin):
here is doc and sample
--
Ticket URL: <http://trac.wxwidgets.org/ticket/14216#comment:4>
#14216: Adds wxAuiNoteBook tooltips on page title
--------------------------+-------------------------------------------------
Reporter: aasselin | Owner:
Type: enhancement | Status: closed
Priority: normal | Milestone:
Component: wxAui | Version: 2.9-svn
Resolution: fixed | Keywords: needs-docs
Blockedby: | Patch: 1
Blocking: |
--------------------------+-------------------------------------------------
Changes (by VZ):
* status: confirmed => closed
* resolution: => fixed
Comment:
(In [71204]) Added support for page tooltips to wxAuiNotebook.
Allow setting tooltips for the tabs of the individual pages of
wxAuiNotebook.
Closes #14216.
--
Ticket URL: <http://trac.wxwidgets.org/ticket/14216#comment:5>