.NET 和 TK 之间是否有任何绑定
如果有像 TK 这样的可移植工具可以在 Windows 中使用,并且可以在 Linux 中使用像 TK 这样的 Mono,那将会很有趣/很好。有谁知道有什么绑定吗?或者什么是创建绑定的好起点。
It would be interesting/nice to have something portable like TK to be used in Windows and in Linux with Mono like TK. Does anyone know of any bindings? or What would be a good place to start in creating bindings.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
本页提到了 Tk 的一些 C# 绑定:
http://wiki.tcl.tk/6188
您最好的选择可能是“Eagle”,它是 TCL 作为 .NET/Mono 语言的重新实现:
http://wiki.tcl.tk/6580
This page mentions a few C# bindings for Tk:
http://wiki.tcl.tk/6188
Your best bet is probably "Eagle," which is a reimplementation of TCL as a .NET/Mono language:
http://wiki.tcl.tk/6580