Am 08.11.2010 21:26, schrieb Lioz Cohn:
> Hi to  all
> 
> If yes i'd like to get a short code example
> 
> Thanks
> 
> Lioz
> 

        sub gbpos  { Wx::GBPosition->new(@_) }
        sub gbsize { Wx::GBSpan->new(@_)     }
        $sizer->Add($widget, gbpos(0,0), gbsize(1,2), wxGROW|wxALL, 15);

its easy just remember that the cells initially created all behave like
gridsizer meaning allsame hight(set by biggest cell) and width.
stretchabele row and cols you add with AddGrowableRow and AddGrowableCol
the rest is documented very well

Reply via email to