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.
Asked
Active
Viewed 1,451 times
1 Answers
3
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

Max E.
- 1,837
- 13
- 15
-
Though personally I choose to use native bindings for each platform. WinForms/WPF for Windows, Cocoa for Mac and GTK for Linux. – Lex Li Mar 20 '10 at 11:36
-
1There are Tk themes for each platform that use native widgets. – Donal Fellows Mar 27 '10 at 17:52