getting wxBoxSizer to work at all...

A nice easy question for everyone to answer :slight_smile:

I've been trying to work out exactly how you get wxBoxSizers into windows/frames etc, and spent hours looking over the docs for wxSizer, wxPanel, wxFrame, wxBoxSizer examples etc etc but can not work it out. I've tried lots of stuff, results ranged from segfaults (?) to screen-filling python errors. Exactly how do you get a boxsizer into a normal window? is it on top of a wxpanel or wxframe, or instead of a wxpanel? theres no 'parent' definition in the constructor call, so how do you specify one?

Simon Cooper

(btw, i have no desire to appear an idiot, i wouldnt ask the mailing list unless I had tried everything else)