Tk: Difference between revisions
Appearance
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..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
'''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]]. | '''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 | *[[REXX/Tk]] - Open source - 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 | ||
[[Category:Tcl]] | [[Category:Tcl]] |
Latest revision as of 04:40, 28 December 2019
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 - 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