Labeled Border?

What's the easiest why to create a labeled border, like the radio box, around a group of widgets? I've checked, but wx doesn't seem to have such a built-in object. Any help is appreciated.

wx.StaticBox(label = 'some text')

And remember that the StaticBox must be a sibling of the controls
that you place inside it.

Donnal Walter
Arkansas Children's Hospital

ยทยทยท

--- Alex Zeiger <zeiger@nospam.snowbird.net> wrote:

What's the easiest why to create a labeled border, like the radio
box, around a group of widgets? I've checked, but wx doesn't
seem to have such a built-in object. Any help is appreciated.