The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:tcl"

Tcl - Tcl extension module for Perl River stage two • 3 direct dependents • 15 total dependents

The Tcl extension module gives access to the Tcl library with functionality and interface similar to the C functions of Tcl. In other words, you can * create Tcl interpreters The Tcl interpreters so created are Perl objects whose destructors delete t...

VKON/Tcl-1.32 - 06 Jan 2024 15:12:10 UTC

Pick::TCL - class to run commands in a Pick TCL shell River stage zero No dependents

"Pick::TCL" provides a class to run arbitrary TCL (that's *Terminal Control Language*, not the "other" TCL) commands in a local or remote Pick or Pick-like environment, either synchronously (blocking until execution has completed) or asynchronously. ...

JBURTON/Pick-TCL-0.06 - 06 Jul 2014 07:02:47 UTC

Tcl::Tk - Extension module for Perl giving access to Tk via the Tcl extension River stage one • 2 direct dependents • 2 total dependents

The "Tcl::Tk" module provides access to the Tk library within Tcl/Tk installation. By using this module an interpreter object created, which then gain access to entire variety of installed Tcl libraries (Tk, Tix, BWidgets, BLT, etc) and existing feat...

VKON/Tcl-Tk-1.29 - 29 Jul 2018 15:26:01 UTC

Tcl::pTk - Interface to Tcl/Tk with Perl/Tk compatible syntax River stage zero No dependents

"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.11 - 10 Aug 2023 09:08:25 UTC

Tcl::pTk::Facelift - Update the look of older Tk scripts using the new tile widgets River stage zero No dependents

*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.11 - 10 Aug 2023 09:08:25 UTC

Tcl::pTk::Pane - A window panner River stage zero No dependents

Tcl::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.11 - 10 Aug 2023 09:08:25 UTC

Tcl.pm River stage zero No dependents

RRS/Inline-Tcl-0.09 - 28 May 2001 17:34:35 UTC

Tcl::pTk::Tile - Tile/ttk Widget Support for Tcl::pTk River stage zero No dependents

*Tcl::pTk::Tile* provides some helper methods and mappings for Tile/ttk support in the Tcl::pTk package. Tile/ttk are the new themed widget set that is present in Tcl/Tk 8.5 and above, and available for Tcl/Tk 8.4 in the Tile package. This package is...

CAC/Tcl-pTk-1.11 - 10 Aug 2023 09:08:25 UTC

Tcl::pTk::Trace - emulate Tcl/Tk trace functions. River stage zero No dependents

This 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.11 - 10 Aug 2023 09:08:25 UTC

Tcl::pTk::XEvent - Limited Support for perl/tk's XEvent in Tcl::pTk River stage zero No dependents

*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.11 - 10 Aug 2023 09:08:25 UTC

Tcl::pTk::widgets - Convenience Module for loading Tcl::pTk Widgets River stage zero No dependents

*Tcl::pTk::widget* is a module for loading multiple widgets, without having to call-out each on separate 'use' lines. See the *SYNOPSIS* line above for examples....

CAC/Tcl-pTk-1.11 - 10 Aug 2023 09:08:25 UTC

Tcl::pTk::Callback - Callback Helper class for Tcl::pTk River stage zero No dependents

*Tcl::pTk::Callback* is a helper class, modeled after *Tk::Callback* (documented in Tk::callbacks ), that provides methods for constructing and executing callbacks for the Tcl::pTk package....

CAC/Tcl-pTk-1.11 - 10 Aug 2023 09:08:25 UTC

Tcl::pTk::ProgressBar - A graphical progress bar River stage zero No dependents

Tcl::pTk::ProgressBar provides a widget which will show a graphical representation of a value, given maximum and minimum reference values....

CAC/Tcl-pTk-1.11 - 10 Aug 2023 09:08:25 UTC

lib/Tcl/pTk/DirTree.pm River stage zero No dependents

CAC/Tcl-pTk-1.11 - 10 Aug 2023 09:08:25 UTC

lib/Tcl/pTk/Adjuster.pm River stage zero No dependents

CAC/Tcl-pTk-1.11 - 10 Aug 2023 09:08:25 UTC

Tcl::pTk::ttkBrowseEntry - BrowseEntry compatible wrapper for ttkCombobox River stage zero No dependents

Tcl::pTk::ttkBrowseEntry is a wrapper around the Tile widget *ttkCombobox* that is compatible with Tcl::pTk::BrowseEntry. It is provided for a quick upgrade of existing code to use the newer Combobox widget....

CAC/Tcl-pTk-1.11 - 10 Aug 2023 09:08:25 UTC

Tcl::pTk::ttkTixNoteBook - Tix NoteBook compatible wrapper for ttkNotebook River stage zero No dependents

Tcl::pTk::ttkTixNoteBook is a wrapper around the Tile widget *ttkNotebook* that is compatible with Tcl::pTk::Notebook. It is provided for a quick upgrade of existing code to use the newer Notebook widget with a upgraded look/feel....

CAC/Tcl-pTk-1.11 - 10 Aug 2023 09:08:25 UTC

Tcl::pTk::TkHijack - Run Existing Perl/tk Scripts with Tcl::pTk River stage zero No dependents

*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.11 - 10 Aug 2023 09:08:25 UTC

lib/Tcl/pTk/After.pm River stage zero No dependents

CAC/Tcl-pTk-1.11 - 10 Aug 2023 09:08:25 UTC

lib/Tcl/pTk/Derived.pm River stage zero No dependents

CAC/Tcl-pTk-1.11 - 10 Aug 2023 09:08:25 UTC
72 results (0.022 seconds)