Ticket URL: <
http://trac.wxwidgets.org/ticket/14820>
#14820: Ribbon button bar can now optionally show tooltips for disabled items as
well
-------------------------+--------------------------------------------------
Reporter: wxBen | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: GUI-all | Version: 2.9-svn
Keywords: | Blockedby:
Patch: 1 | Blocking:
-------------------------+--------------------------------------------------
By default the ribbon bar does not show tooltips for disabled buttons.
However, many applications like Excel show tooltips for disabled items,
because the user may want to know what the item is supposed to do, and
sometimes the user may want to use a button and want to know why it is
disabled and they cannot use it.
The code change adds a boolean flag to optionally turn on tooltips for
disabled buttons.
The ribbonbar demo does not demonstrate this, because it is a fairly small
nitpicky minor detailed non mainstream feature.
--
Ticket URL: <
http://trac.wxwidgets.org/ticket/14820>