On Sat, 24 Nov 2007 11:05:21 +0200 "Octavian Rasnita" <[EMAIL PROTECTED]> wrote:
Hi, > Can wxGridBagSizer be used with WxPerl? Yes. > I've read in the chm help file that: > > wxGridBagSizer::Add > wxPerl note: This method is not implemented in wxPerl Some of the overloaded methods need to be called as (for example) ->FindItemWindow and ->FindItemSizer instead of just ->FindItem. This has been fixed in current SVN. Other than that, it's working OK. HTH Mattia
