]> git.saurik.com Git - wxWidgets.git/commit - docs/changes.txt
Fix and enhance support for client data in wxRibbonButtonBar.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Sep 2012 20:02:25 +0000 (20:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Sep 2012 20:02:25 +0000 (20:02 +0000)
commit652aa9360f96449b56a572edd2c8dd35770a2a3d
treea886c93fad007df277be82d2bf575fd31adb0dda
parent7f08b8283b9ad93aca84a69a4091094c50f44940
Fix and enhance support for client data in wxRibbonButtonBar.

Add the possibility to retrieve the client data associated with a button and
not only set it (which wasn't very useful on its own).

Also allow having both typed (owned) and untyped (not owned) client data, as
in the other wxWidgets controls.

To avoid confusion between two different kinds of data, remove "client_data"
argument from the functions adding buttons and provide separate methods with
distinct names for setting and getting client data.

Closes #14630.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/ribbon/buttonbar.h
interface/wx/ribbon/buttonbar.h
src/ribbon/buttonbar.cpp