]> git.saurik.com Git - wxWidgets.git/commitdiff
wxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most suitable book for given platform...
authorWłodzimierz Skiba <abx@abx.art.pl>
Tue, 23 Nov 2004 11:51:50 +0000 (11:51 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Tue, 23 Nov 2004 11:51:50 +0000 (11:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 16be1cb0a8ed77a50865da9fc006a763725303d6..7593f4c3d70b03d422c86b3f37136aaade2e6d35 100644 (file)
@@ -30,6 +30,9 @@ All (GUI):
 - wxLayoutConstraints now use best size, not current size, for AsIs() condition
 - wxSizer::Add/Insert etc. now returns pointer to wxSizerItem just added and this
   item remembers its wxRect area (Brian A. Vanderburg II)
+- wxBookCtrl renamed to wxBookCtrlBase, wxBookCtrl is reserved for most native
+  book control (for now wxChoicebook for MSSmartphone, wxNotebook for others).
+  Necessary event macros, types and styles mapped accordingly.
 
 Unix: