]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/motif/todo.txt
Fixed nasty bug wxFont
[wxWidgets.git] / docs / motif / todo.txt
index e717d2aa195488c3375a7bd5159193b6ef07b184..ee35bec83479c26cd0b26a4d0698cae6b523422b 100644 (file)
@@ -35,13 +35,15 @@ High Priority
   painting a tiled bitmap, then a slight flicker might be seen unless
   X can be persuaded not to repaint the window background by default.
 
-- Finish wxNotebook.
+- wxNotebook bug: why doesn't the notebook sample appear until the
+  user resizes the window again? But it's OK for MDI. Strange.
 
 - wxSpinButton
 
 - Tidy dialogs such as the colour and font selectors.
 
 - Use generic wxTreeCtrl, wxListCtrl: debug and enhance these.
+  We're close to having these working: mostly scrolling to work out.
 
 - Find out why modal dialogs give a grab warning.
 
@@ -53,6 +55,16 @@ High Priority
 
 - wxGrid: scrollbars don't hide; problem with cell selection.
 
+- MDI: seems to be broken for a more complex application I'm testing.
+  Frame decorations don't draw properly, and a child window doesn't
+  process events properly. So probably we should have an alternative
+  implementation that uses tabs, a la wxGTK. The system menu could
+  be implemented using a pop-up menu that applies to the currently
+  active window.
+
+- Controls in a wxToolBar don't work. Probably due to form layout
+  problems; the workaround is to use a separate panel for controls.
+
 - Miscellaneous events.
 
 - Write makefiles for all samples and utilities.
@@ -133,3 +145,5 @@ Low Priority
 
 - Get ODBC classes and sample working.
 
+- Work out why wxTextCtrl doesn't work as a stream buffer under
+  gcc
\ No newline at end of file