Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top