加载的主题图标的位置在哪里?
我正在用 python gtk 创建一个简单的文件浏览器。我需要找到一种方法来加载当前主题的图标(即文件夹图标)并在我的代码中使用它们。是否有一个位置始终保存当前图标?
I am creating a simple file browser in python, gtk. I need to find a way to load the icons of the current theme (ie. folder icons) and use them in my code. Is there a location that always holds the current icons?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 GTK Stock 图标中找到了答案。
http://www.pygtk.org/docs/pygtk/gtk-stock -items.html
I found the answer to be in GTK Stock icons.
http://www.pygtk.org/docs/pygtk/gtk-stock-items.html