Jump to content

Tk

From EDM2
Revision as of 17:31, 13 February 2018 by Ak120 (talk | contribs) (Created page with "'''Tk''' is a platform independent graphics library and engine, although perhaps better described as a widget toolkit. Although maintained by the same company as Tcl, Tk h...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Tk is a platform independent graphics library and engine, although perhaps better described as a widget toolkit. Although maintained by the same company as Tcl, Tk has been modified for use with sundry other languages including Perl, Python and REXX.

  • REXX/Tk - Open source - Discontinued - A port of Tk adapted for use with the REXX scripting language.
  • SWANK - Tk reimplemented in SWING, allows porting Tk based software to Java - Open source - Discontinued