2

Other than Tk are there any other toolkits that can be used with Tcl to provide a GUI?

Donal Fellows
  • 133,037
  • 18
  • 149
  • 215
Pac
  • 23
  • 7

1 Answers1

2

There are bindings to Fltk, Gtk, Qt and Swing (provided you're using jTcl). There used to be a binding to Motif as well if memory serves, but you really don't want that!

Donal Fellows
  • 133,037
  • 18
  • 149
  • 215