]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/todo30.txt
wxNotebook::HitTest() for wxMSW added (patch 748469)
[wxWidgets.git] / docs / todo30.txt
index f4259fb091b79922c118a2649b0b734a705797ae..031831d54928c6e1c355aad865f71d73a6841fad 100644 (file)
@@ -196,6 +196,20 @@ wxMiscellaneous
   these classes, as per the patch on SF.
 - Rewrite wxFileHistory using wxString and wxArrayString, and
   put in separate file.
-
+- Add wxArrayString methods to wxTextValidator and any other
+  class that needs them.
+- Add wxNotebook::GetTabRect or similar so we can estimate
+  page size better in wxNotebookBase::CalcSizeFromPage.
+- Add function to clear all wxNotebook tabs without
+  destroying the pages.
+- Add individual setters to wxScrollBar and other classes
+  that use a combined setter.
+- Remove traces of old resource system from wxWizard.
+- Have wxDirCtrl as alias for wxGenericDirCtrl.
+- Allow instant reaction to left-up in a wxGrid cell
+  (extend editor API) to work around bad checkbox
+  behaviour (click, click, click, click away...) and
+  reduce checkbox size on non-Windows platforms.
+- Add wxNotebook::HitTest for non-Windows platforms.
 
 Version:      $Id$