Re: What GUI toolkit looks the best?
John Roth wrote:
[color=blue]
> And that is what is called a "real good question." I believe that
> you're supposed to be able to use the Tk libraries without using
> TCL, but the people that wrote Tkinter weren't able to make it
> work.[/color]
Tk comes with lots of configuration code and widget bindings
implemented in Tcl.
Tk also uses many pieces of the Tcl C library.
both parts can surely be replaced; someone just has to do it
(or pay for it).
</F>
John Roth wrote:
[color=blue]
> And that is what is called a "real good question." I believe that
> you're supposed to be able to use the Tk libraries without using
> TCL, but the people that wrote Tkinter weren't able to make it
> work.[/color]
Tk comes with lots of configuration code and widget bindings
implemented in Tcl.
Tk also uses many pieces of the Tcl C library.
both parts can surely be replaced; someone just has to do it
(or pay for it).
</F>
Comment