]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/CHANGES.txt
Added possibility of 2-step initialisation, and wxWIZARD_EX_HELPBUTTON style.
[wxWidgets.git] / wxPython / CHANGES.txt
index c45c79d8e9de264ff5fd40faef2f347252bba16d..5c0b736ae9d282590928353ce3df49a7a92e568e 100644 (file)
@@ -2,6 +2,22 @@ CHANGES.txt for wxPython
 
 ----------------------------------------------------------------------
 
+?????
+-----
+Added EVT_HELP, EVT_HELP_RANGE, EVT_DETAILED_HELP,
+EVT_DETAILED_HELP_RANGE, EVT_CONTEXT_MENU, wxHelpEvent,
+wxContextMenuEvent, wxContextHelp, wxContextHelpButton, wxTipWindow,
+and a demo to show them in action.
+
+Deprecated PyShell and PyShellWindow, added a snapshot of PyCrust.
+
+Added the new virtual list capabilities to wxListCtrl.
+
+
+
+
+
+
 2.3.1
 -----
 Added EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEvent so the user