]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/motif/todo.txt
Added dde sample; added docs/index.htm
[wxWidgets.git] / docs / motif / todo.txt
index 3eacb1b8c71c4b357eea56fe1e13a06f5cb00b6b..76d1ebd74bcca2edc6aa3b1d463d2bc41daa07a9 100644 (file)
@@ -35,13 +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).
+
 - wxSpinButton
 
-- Miscellaneous events.
+- wxToolTip
 
-- Get wxGLCanvas from 1.68 working.
+- Miscellaneous events.
 
-- Implement missing wxImage functions for Motif.
+- Use wxImage to load other formats into wxBitmaps, such as PNG, BMP.
 
 Low Priority
 ------------
@@ -59,8 +62,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.
@@ -82,7 +83,7 @@ Low Priority
   - add the driver code to src/motif/helphtml.cpp (a frame, toolbar,
     history list).
 
-- Copy and paste, drag and drop. Use a standard X drag
+- Drag and drop. Use a standard X drag
   and drop standard - see http://www.cco.caltech.edu/~jafl/xdnd/
   or use Motif drag and drop as described here:
   http://www.motifzone.com/tmd/articles/DnD/dnd.html