tkx-ed
Yet another Tk interface
Install
- All systems
-
curl cmd.cat/tkx-ed.sh
- Debian
-
apt-get install libtkx-perl
- Ubuntu
-
apt-get install libtkx-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libtkx-perl
- Raspbian
-
apt-get install libtkx-perl
- Dockerfile
- dockerfile.run/tkx-ed
libtkx-perl
Yet another Tk interface
The Tkx module provides yet another Tk interface for Perl. Tk is a GUI toolkit tied to the Tcl language, and Tkx provides a bridge to Tcl that allows Tk based applications to be written in Perl. The main idea behind Tkx is that it is a very thin wrapper on top of Tcl, i.e. that what you get is exactly the behaviour you read about in the Tcl/Tk documentation with no surprises added by the Perl layer. For a gentle introduction please read the Tkx::Tutorial. The tutorial at http://www.tkdocs.com/tutorial/ is also strongly recommended.