]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
don't include forward declarations in tags file
[wxWidgets.git] / docs / changes.txt
index 97e038535fb20d8e941c67744fc36c294439fe0a..d8a0460092e3e1197dda0a2cb725797d94d99f36 100644 (file)
@@ -9,6 +9,12 @@ All:
 
 - wxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WINDOW flag
 
+All (GUI):
+
+- added wxDialog::SetEscapeId()
+- wxItemContainerImmutable::FindString unified (affects wxRadioBox, wxListBox,
+  wxComboBox and wxChoice)
+
 wxMSW:
 
 - wxFileDialog respects absence of wxCHANGE_DIR flag under NT (Brad Anderson)