Reputation: 2033
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.
wxPython
wx.RadioBox
Thanks in advance.
Upvotes: 3
Views: 441
Reputation: 877
Try using one of wx.StaticBox or wx.StaticBoxSizer.
Upvotes: 4