]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
avoid multiple reallocations in wxString::PrintfV() if vsnprintf() returns the total...
[wxWidgets.git] / docs / changes.txt
index 03bee532e7f1dd1c243d968bd8f591e584aa00ce..f4016689ec6f63f45f56c640985e5b4fc0d15892 100644 (file)
@@ -37,6 +37,7 @@ All (GUI):
 - Access to titles through Get/SetTitle is available now only for top level
   windows (wxDialog, wxFrame).
 - Fixed memory leak of pending events in wxEvtHandler
+- Added wxRadioBox::IsItemEnabled/Shown()
 
 wxMSW: