]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/todo30.txt
samples configuration didn't work
[wxWidgets.git] / docs / todo30.txt
index 57d5e1c60f338fe67394b4812753092d1fbd0fa9..031831d54928c6e1c355aad865f71d73a6841fad 100644 (file)
@@ -191,6 +191,25 @@ wxMiscellaneous
   but sending a wxSizeEvent will do it.
 - wxMac font selector dialog is the generic font selector -
   horrible.
-
+- No Append(wxArrayString&) for wxChoice and wxComboBox in wxGTK.
+  Probably other functions too. Consider adding Insert to
+  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$