-- A generic version of wxNotebook that can be used in wxMotif and
- other toolkits that don't have a native control. Perhaps use wxTab as a
- starting point.
-
-- 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.
-
-- Optimize colour management so we don't get clashes when e.g.
- Netscape is running.