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.
Try using one of wx.StaticBox or wx.StaticBoxSizer.