Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我搜索wxPython了文档,但找不到在面板上制作标题边框的任何方法。我需要一个边框,就像上面wx.RadioBox带有标题的边框一样。
wxPython
wx.RadioBox
提前致谢。
尝试使用wx.StaticBox或wx.StaticBoxSizer 之一。