> >
> >
> >These methods are recent additions (post wxWindows 2.3.2) you will need to
> >compile wxPerl against a CVS snapshot to get them. The binaries
> >downloadable from the bottom of the wxPerl download page have them, too.
> >
> This is strange. I downloaded the binary ppm distro for Activestate
> Perl, which tells me it's built against wxWindows 2.3.3....shouldn't
> that be enough?
Yes, and this is enough for me (using the PPM):
C:\>perl -MWx -e "print Wx::wxVERSION_STRING(), qq{\n};$s
= Wx::GridSizer->new( 1, 2 ); $s->FitInside( )"
wxWindows 2.3.3
Usage: Wx::Sizer::FitInside(THIS, window) at -e line 1.
What does this print for you?
Regards
Mattia
|