Вопрос

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.

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top