in reply to Regex Lab

Many years passed, wxWindows was renamed to wxWidgets, some defaults changed, wxLayoutConstraints was deprecated, now this code needs
package MyFrame; ... sub new { ... $_->Layout for $this->GetChildren;### THIS $this; }