3

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.

tucuxi
  • 17,561
  • 2
  • 43
  • 74
Zygimantas Gatelis
  • 1,923
  • 2
  • 18
  • 27

1 Answers1

4

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