-- Work out why XFreeFont in font.cpp produces a segv. This is
- currently commented out, which presumably causes a memory leak.
-
-- wxRegion
-
-- Bitmap versions of widgets (wxBitmapButton etc.)
-
-- wxCheckBoxList
-
-- Remaining common widgets (wxListBox, wxRadioBox, wxRadioButton, wxChoice,
- wxGauge, wxComboBox etc.). Use combobox.c code as bundled in wxWin 1.68.
-
-- wxTextCtrl text file loading and saving.
-
-- Scrolling in wxWindow.
-
-- 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.