> Initial Comment:
> It would be very nice if the MDI feature availabe in
> WxWindows would be integrated into wxPerl also the
Noted
> possibility of using GIF Images for instance as a
> replacement for platform specific Bitmaps an Icons
> would be welcome too.
GIF ( and PNG, and a bunch of other formats ) images are already
there: just do Wx::InitAllImageHandlers() at the beginning
of your ptogram, or Wx::Image::AddHandler( new Wx::XXXImageHandler )
replacing XXX with one of BMP, PNG, JPEG, GIF, PCX, PNM, TIFF
Regards
Mattia
|