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.
如何在 wxpyython 中创建带有附加文本标签的位图按钮。到目前为止,我还没有遇到过任何这样的通用按钮。我相信我必须自己创造一个。我该怎么做?
提前致谢
查看 wx.lib.buttons 模块,了解各种风格的通用按钮。
此外,在 2.9 版本系列中,常用按钮类 (wx.Button) 可以具有位图 + 文本标签。