Re: wxEuphoria handholding please
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Jan 02, 2006
- 468 views
Chris Burch wrote: > > > > > You can paint directly to a wxPanel, and yes, you can give a panel styles > > using the wxSUNKEN_BORDER, wxRAISED_BORDER window styles. > > Ah, not documented. How do you vary the size of a panel within a frame - it > seems the panel defaults to filling the frame at the moment, and how do you > alter the size of the border. > If there is only one child of a wxFrame, it will automatically resize itself to fill the frame. I recommend creating a wxPanel to do this, and then you can use additional wxPanels or wxWindows for things like what you're doing. Matt Lewis