Works quite well, thanks.
-Mike
···
From: "Robin Dunn" <robin@alldunn.com>
To: <wxpython-users@lists.wxwindows.org>
Subject: Re: [wxPython] borders around components
Date: Wed, 4 Apr 2001 19:15:01 -0700
Reply-To: wxpython-users@lists.wxwindows.org>
> How does one put a border around a group of components to seperate
> them? I would like it to look similar to the wxRadioBox demo. That
> is-a 3d line, with a title at the top left.
>wxStaticBox and for laying out the contents, wxStatixBoxSizer. One odd
thing to watch out for is that the controls inside the static box need to be
its siblings, not its children.