Rexx/Tk: Difference between revisions
Appearance
No edit summary |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
A set of bindings that allow you to use the Tk widget toolkit from [[Tcl/Tk]] with the [[REXX]] programming/scripting language, effectively giving you a rudimentary multi-platform GUI toolkit. Originally developed for Windows 95 and later ported to | A set of bindings that allow you to use the Tk widget toolkit from [[Tcl/Tk]] with the [[REXX]] programming/scripting language, effectively giving you a rudimentary multi-platform GUI toolkit. Originally developed for Windows 95 and later ported to UNIX-like operating systems and OS/2, it is easily portable to other systems that have a REXX interpreter and a Tcl/Tk port. | ||
It received quite a lot of development from version 1 to 1.2 from the original developer Roger O'Connor, but after he passed away development slowed down and work on it was abandoned in favour of [[REXX/DW]] that has more robust GUI capabilities. However the REXX/Tk bindings are perfectly usable as is. | |||
==Versions== | ==Versions== | ||
* '''Last OS/2 version:''' [http://sourceforge.net/projects/rexxtk/files/rexxtk/2.0%20beta%20and%20OS_2%20experimental/rexxtk20os2.wpi/download 2.0 Beta] - 2002-01-05 | * '''Last OS/2 version:''' [http://sourceforge.net/projects/rexxtk/files/rexxtk/2.0%20beta%20and%20OS_2%20experimental/rexxtk20os2.wpi/download 2.0 Beta] - 2002-01-05 | ||
* Last Windows and UNIX version: 2.0 RC1 | * Last Windows and UNIX version: 2.0 RC1 | ||
==Links== | ==Links== | ||
* [http://rexxtk.sourceforge.net/ Project homepage on Sourceforge.net] | * [http://rexxtk.sourceforge.net/ Project homepage on Sourceforge.net] | ||
==License== | ==License== | ||
* Open source software distributed under the [[LGPL | * Open source software distributed under the [[LGPL v2.1]] (1.x versions) or [[GPL v2]] (2.x versions). | ||
==Authors== | ==Authors== | ||
* | *Roger O'Connor (Original developer) | ||
* [[Mark Hessling]] (Current maintainer) | *[[Mark Hessling]] (Current maintainer) | ||
[[Category:REXX Function Library]][[Category:Open Source Software]][[Category:Software written in C]] |
Latest revision as of 18:59, 2 April 2025
A set of bindings that allow you to use the Tk widget toolkit from Tcl/Tk with the REXX programming/scripting language, effectively giving you a rudimentary multi-platform GUI toolkit. Originally developed for Windows 95 and later ported to UNIX-like operating systems and OS/2, it is easily portable to other systems that have a REXX interpreter and a Tcl/Tk port.
It received quite a lot of development from version 1 to 1.2 from the original developer Roger O'Connor, but after he passed away development slowed down and work on it was abandoned in favour of REXX/DW that has more robust GUI capabilities. However the REXX/Tk bindings are perfectly usable as is.
Versions
- Last OS/2 version: 2.0 Beta - 2002-01-05
- Last Windows and UNIX version: 2.0 RC1
Links
License
Authors
- Roger O'Connor (Original developer)
- Mark Hessling (Current maintainer)