On Thu, 19 Jul 2007 10:00:39 +1200
Klaas Hartmann <[EMAIL PROTECTED]> wrote:

  Hello,

> * In wxWidgets wxSizer::Clear has the following definition:
> void Clear(bool delete_windows = false)
> 
> * In wxPerl (Sizer.xs line 118) we have:
> void Clear( bool deleteWindows = true );
> 
> Not a big deal if you know about it but it took me a while to figure out why 
> my objects were being deleted!

  Good catch! Fixed.

> Also out of curiosity what degree of backwards compatibility is wxPerl 
> retaining? There are lots of reference to earlier wxWidgets (back to 2.3 in 
> Bitmap.xs) but some features like wxSizer::Clear that (I think) was 
> introduced between 2.6 and 2.8 aren't prepended by wx version checking.

  FWIW, Clear was already there in 2.4.2.
 
0.60  Sat Nov 11 16:48:57 CET 2006
        - Removed support for wxWidgets 2.4. Supports 2.5.3 and above.

0.15  Mon May 19 15:39:05 CEST 2003
        - Removed support for wxWindows 2.2.x and 2.3.x.

  I check compilation with 2.5.3 and 2.6.2 from time to time.
2.5.3 is retained because that's what ships with OS X 10.4.

Regards,
Mattia

Reply via email to