-- MDI classes: use existing Motif widgets for this.
-
-- Miscellaneous classes e.g. wxJoystick (identical to GTK's one for
- Linux)
-
-- Dialogs e.g. wxFileSelector. Use a native Motif wxMessageBox.
- Some others need tidying, such as the colour and font selectors.
-
-- Write generic wxDirDialog (directory selector).
-
-- Use generic wxTreeCtrl, wxListCtrl: enhance these.
-
-- Write a better generic wxToolBar class than wxToolBarSimple.
- Alternatively, write a toolbar using Motif as described here:
- http://www.motifzone.com/tmd/articles/Kurt_Huhner/jun96.html.
- This article also explains how to implement tooltips.
-
-- Optimize colour management so we don't get clashes when e.g.
- Netscape is running.
-
-- Print/preview framework in print.cpp (see wxGTK's).
-
-- Colour and font setting in widgets.