PRIORITY NORMAL:

* move THIS from HV to the MAGIC?
  
* submit to CPAN 
  Wx  am+Op  Wrapper for wxWindows XP GUI toolkit MBARBON

* Wx::Bitmap, Wx::Icon, Wx::Cursor
    add missing constructors ( where applicable )

* Wx::ListCtrl
    Overloaded InsertItem?

* Wx::Window
    LoadFromResource
    SetDropTarget

* Decrease compilation time/code bloat:
    Use precompiled headers where appropriate
    Move constants out of Constants.xs when they need a separate #include
    Move #include <wx/foo.h> to the XS requiring them
    Add tests for wxUSE_XXX, and maybe a wxPERL_USE_XXX
    Experiment with INTERFACE/INTERFACE_MACRO

* Wx::HtmlWindow
    AddFilter
    GetInternalRepresentation
    Fix inheritance...

* Wx::HtmlHelp
    CreateHelpFrame

* Wx::HelpController
    OnQuit
    Get/SetFrameParameters

* Wx::Stream
    Better READLINE
    Support for $/, etc

PRIORITY LOW:

* Decent wxClassInfo initialization strategy

* Wx::App methods
    CreateLogTarget

* Wx::App::new
    find a better solution yhan just 'croak' if OnInit
    returns a false value

* ::wxCreateFileTipProvider, ::wxShowTip
    implement

* Wx::Help
    enable all Wx::*Help* available in the current setup

* Wx::PrintData
    PostScript specific functions
    overloaded constructors

* Wx::PageSetupDialogData
    overloaded constructors

* Wx::PreviewFrame
    CreateControlBar
    CreateCanvas

* Wx::PreviewControlBar
    CreateButtons

* operator == and != ( are they useful/have side effects? )
    Wx::AcceleratorTable
    Wx::Bitmap ( enable )
    Wx::Brush
    Wx::Colour
    Wx::Cursor
    Wx::Font
    Wx::Rect
    Wx::Region
    Wx::Point
    Wx::Size
    Wx::Icon
    Wx::Image
    Wx::Palette
    Wx::Pen

DOCUMENTATTION:

-- not documented in wxWindows --

* Wx::MultipleChoiceDialog

* Wx::ListItem

* Wx::NativeFontInfo
