让我的 gtk 按钮更像 Windows
如何让我的 gtk 按钮看起来更像标准 Windows 按钮?在这个特定的示例中,我有“确定”和“取消”按钮,但它们的大小与每个 Windows 应用程序中的“确定”和“取消”按钮的大小不同。我怎样才能改变它们的大小,使其看起来更像窗户?
How can I get my gtk buttons to look more like standard windows buttons? In this particular example, I have OK and Cancel buttons, but they're a different size than the OK and Cancel buttons in every windows app. How can I change their size to look more like windows'?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我无法立即看到任何以编程方式执行此操作的方法,但似乎您可以根据 此页面。我相信有些 GTK 主题看起来更像 Windows。
I couldn't immediately see any ways to do it programmatically, but it appears that you can set per-application GTK themes according to this page. There are GTK themes that appear more Windows-like, I believe.