]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/motif/todo.txt
Added some Motif wxGLCanvas support; some more Motif bugs cured; print dialogs
[wxWidgets.git] / docs / motif / todo.txt
index fcffaadfbf59d60a43430f5699b113dd33d84b4b..46c6938dd50551c290c41c722087d696831573f7 100644 (file)
@@ -35,11 +35,16 @@ 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.
 
+- wxRadioBox doesn't show up in the controls sample, though it's
+  OK on other dialogs (e.g. printing sample).
+
+- Word wrapping in wxStaticText: how?
+
 - wxSpinButton
 
 - Miscellaneous events.
 
-- Get wxGLCanvas from 1.68 working.
+- wxGLCanvas: cure bad flicker
 
 - Use wxImage to load other formats into wxBitmaps, such as PNG, BMP.
 
@@ -59,8 +64,6 @@ Low Priority
   when implemented as extra bitmap handlers, the code won't be linked
   unless needed. Update: see if wxImage can handle these formats.
 
-- Print/preview framework in print.cpp (see wxGTK).
-
 - Enhance event handling such that you override e.g. left-click
   and unless you call the base OnMouseEvent, the click won't be
   sent to the button. Required for Dialog Editor.