X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95725e35d8bfa902349fea22349935dc260c591e..89b3361ec25cf1e6d255b14c7633d8375646e4fb:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 341b9578e6..61441f9754 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -548,6 +548,9 @@ All (GUI): - Add expand/collapse button to wxRibbonBar (rakeshthp). - Fix item data access in wxDataViewListCtrl (Kry). - Fix problem with floating maximized AUI panes (Laurent Poujoulat). +- Add owned client data support to wxRibbonButtonBar. Notice that the client + data now must be set using the SetItemClient{Data,Object}() methods and not + when inserting the button (Laurent Poujoulat). - Add wxBitmapButton::NewCloseButton(). - Add wxTextEntry::SelectNone() (troelsk). - Restore the original wxGrid col/row size when unhiding it (Michael Richards).