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
So I found Tk alike GNOCL for linux Gtk. I wonder if there is
Share
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.