Add further controls and properties to Dialog Editor.
Update manual.
- wxTempFile
wxMsgCatalog etc.
wxRegKey
wxStatusBar95 and wxFrame status bar functions
wxListBox changes (for ownerdraw functionality)
wxThread DONE (except for topic overview)
wxString PARTLY DONE
- Drag and drop (change API if required, e.g. const).
wxBaseArray, other arrays
(wxOwnerDrawn)
Document the include file for each class
Extend wxSystemSettings to get symbols for current nationality,
e.g. ',' instead of '.' for decimal points.
+Supply correct ctl3d/odbc lib files for BC++, Watcom (corrupt?)
+
+16-bit compilation: replace small icons in treectrl/listctrl
+samples that also have a 32x32 icon, with icons with only one
+image, using Borland Image Editor. WIN16 doesn't have a function
+for specifying which image to use, so the larger one gets used
+erroneously.
+
+Add headers to VC++ project files.
+
+Implement Robert's wxClipboard.
+
+Distribution naming?
+
LOW PRIORITY (MEDIUM TERM)
--------------------------
argument, so instead just allow controls loaded from native
resource to deal with this style and call default processing.
-Better clipboard support (as per Robert's class).
-
wxWizard class?
Doc/view - have some standard views/docs e.g. wxTextView.