-- 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.
-
-- Dialogs e.g. wxFileSelector.
- Some others need tidying, such as the colour and font selectors.
-
-- 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.
-
-- Colour and font setting in widgets.