有哪些选项可以让 TCL GUI 看起来“原生”?在窗户上?
所以我发现 Tk 与 Linux Gtk 类似 GNOCL。我想知道是否有类似的 Tk 库使用 Windows 本机按钮和其他 tcl 组件? (它的 api 越像 Tk 越好。) 有没有苏
So I found Tk alike GNOCL for linux Gtk. I wonder if there is any alike Tk libraries using windows native buttons and other components for tcl? (the more its api looks like Tk the better.)
Is there any su
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Tk 8.5 具有原生外观和外观通过 Tile 主题引擎感受支持,该引擎已重命名为 Ttk。如果您没有使用非常奇特的 Tk 功能,则应该可以在应用程序中将 Tk 替换为 Ttk,并获得本机外观、键盘绑定等。
Tk 8.5 has native look & feel support through the Tile theme engine, renamed Ttk. If you're not using very exotic Tk features, it should be possible to replace Tk with Ttk in your application and get native looks, keyboard bindings, etc.
Tile 主题引擎应该已经(从 v.8.5a6 开始)成为 Tk 的一部分,称为 Ttk ,应该有助于使 Tk 在 Windows 平台上看起来更原生。
The Tile theming engine should already (as of v.8.5a6) be part of Tk, known as Ttk , and should help make Tk look more native on Windows platforms.