Zygimantas Gatelis
Zygimantas Gatelis

Reputation: 2033

wxPython - titled border

I have searched wxPython documentation and can't find any way to make a titled border on a panel. I need a border like the one on wx.RadioBox have with caption in it.

Thanks in advance.

Upvotes: 3

Views: 441

Answers (1)

Jonathan Baldwin
Jonathan Baldwin

Reputation: 877

Try using one of wx.StaticBox or wx.StaticBoxSizer.

Upvotes: 4

Related Questions