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.
我正在尝试制作一个完全像这样的小部件,
我希望我的完全一样(相同的字体、图片等)。有谁知道我该怎么做?我认为这是一个 wx.ListCtrl 但我找不到如何使它看起来像这样的示例。
你能给我一个关于如何制作这个小部件的例子吗?谢谢。
如果当您单击图像时小部件会显示不同的面板,那么它可能是 Listbook,而不是 ListCtrl。另外,这些是 Listbook 和 Toolbook 和 Treebook 演示的 wxPython 演示中的图像,所以我猜它就是其中之一。
这是一份报告清单。不要忘记自己保留对图像列表的引用,因为绑定很愚蠢,并且在将其分配给列表时不要增加它。