-Add centring, right justify styles to wxStaticText.
-
-Synchronize drawing functions on all platforms, using Chris's
-code to test them.
-
-LOW PRIORITY
-------------
-
-Debug PNG support in wxBitmap (no 4-bit support), and possibly add a convertor from PNG
-to HICON. We could perhaps also support inclusion of PNGs into
-a .res file as a custom resource.
-
-Fonts: ability to enumerate them.
-
-Angled text.
-
-Eliminate Set/GetDefaultBackgroundColour? Just take background
-colour for child control instead.
-
-Think about reimplementing wxBitmapButton, wxStaticBitmap using
-BS_BITMAP, SS_BITMAP - but this may not allow wxBitmap
-argument, so instead just allow controls loaded from native
-resource to deal with this style and call default processing.
-
-Better clipboard support.
-
-wxWizard class?
-
-Doc/view - have some standard views/docs e.g. wxTextView.
-
-wxClassWizard for generating files, chunks of code.
-
-Miscellaneous file/system function wrappers.
-
-wxImage or replacement; further wxBitmap/wxIcon etc. functions
-(load animated icos).
-
-Integrate existing multimedia classes.
-
-Rich text class?
-
-Look at WinCE stuff incl. database classes.
-
-Improve conversion guide, compatibility classes, tools?
-
-Bug database.
-
-ActiveX support?
-
-OpenGL integration.