Hi there, * 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! 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. Best wishes, Klaas
