in reply to Re^4: Wxperl child window destroy ( hide/show wxpanel in same wxframe )
in thread Wxperl child window destroy

I try to understand the 'GetSizer' method but can't find any information

GetSizer is a method, it is not a class

Its a method of $frame, I hope you know what type of object $frame is :)

If you go to http://wxperl.sourceforge.net/download.html and download http://prdownloads.sourceforge.net/wxperl/wxPerl-0.82-wx-2.8.7-docs-chm.chm typing "GetSizer" into the index box , or search box, you can find the docs in no time, its what I use all the time

Or use ddg://site:http://docs.wxwidgets.org/stable/ GetSizer -> http://docs.wxwidgets.org/stable/wx_wxwindow.html#wxwindowgetsizer

See also my wxWidgets / wxPerl / wxGlade tutorial

  • Comment on Re^5: Wxperl child window destroy ( hide/show wxpanel in same wxframe )