"Tcl::pTk" interfaces perl to an existing Tcl/Tk installation on your computer. It has fully perl/tk (See Tk) compatible syntax for running existing perl/tk scripts, as well as direct-tcl syntax for using any other Tcl/Tk features. Using this module ...
CAC/Tcl-pTk-1.08 - 17 Jul 2020 20:41:57 UTC*Tcl::pTk::TkHijack* is an experimental module that makes existing perl/tk use Tcl::pTk to run. It 'Hijacks' any 'use Tk' and related calls in a perl/tk script to use Tcl::pTk....
CAC/Tcl-pTk-1.08 - 17 Jul 2020 20:41:57 UTCThis script demonstrates the various widgets provided by Tk, along with many of the features of the Tk toolkit. This file only contains code to generate the main window for the application, which invokes individual demonstrations. The code for the ac...
CAC/Tcl-pTk-1.08 - 17 Jul 2020 20:41:57 UTCTcl::pTk::Pane provides a scrollable frame widget. Once created it can be treated as a frame, except it is scrollable. Note: This Tcl::pTk Implementation of the Tk::Pane widget. It uses the Tcl/Tk *BWidget* package *ScrollableFrame* to approximate th...
CAC/Tcl-pTk-1.08 - 17 Jul 2020 20:41:57 UTC*Tcl::pTk::XEvent* provides (very) limited support for perl/tk's XEvent mechanism in Tcl::pTk. Currently it only provides support for the *x* and *y* calls. Other calls will generate an error message. For XEvent calls other than *x* and *y*, bindings...
CAC/Tcl-pTk-1.08 - 17 Jul 2020 20:41:57 UTCThis class module emulates the Tcl/Tk trace family of commands by binding subroutines of your devising to Perl variables using simple Tcl::pTk::Tie::Watch features. Callback format is patterned after the Perl/Tk scheme: supply either a code reference...
CAC/Tcl-pTk-1.08 - 17 Jul 2020 20:41:57 UTC*Tcl::pTk::Facelift* is an experimental module that gives existing tcl/tk scripts an updated look by substituting some the widgets (button, entry, label, etc) with their new "Tile" widget equivalents. Note that this replacement/substitution is not co...
CAC/Tcl-pTk-1.08 - 17 Jul 2020 20:41:57 UTCThis class module binds one or more subroutines of your devising to a Perl variable. All variables can have FETCH, STORE and DESTROY callbacks. Additionally, arrays can define CLEAR, EXTEND, FETCHSIZE, POP, PUSH, SHIFT, SPLICE, STORESIZE and UNSHIFT ...
CAC/Tcl-pTk-1.08 - 17 Jul 2020 20:41:57 UTC