tags:

views:

49

answers:

1

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.

+2  A: 

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.
Though personally I choose to use native bindings for each platform. WinForms/WPF for Windows, Cocoa for Mac and GTK for Linux.
Lex Li
There are Tk themes for each platform that use native widgets.
Donal Fellows