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

Search results for "module:Tk::Derived"

Tk/Derived.pm River stage three • 160 direct dependents • 171 total dependents

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC

Tk::EMatrix - Perl widget derived from Tk::TableMatrix. River stage zero No dependents

The EMatrix widget is a derived widget that provides 6 additional methods above and beyond the traditional Tk::TableMatrix widget....

DJBERG/Tk-EMatrix-0.01 - 19 Jan 2001 14:14:23 UTC

Tk::LCD - display Liquid Crystal Display symbols. River stage one • 1 direct dependent • 1 total dependent

Tk::LCD is a Canvas derived widget, based on a code snippet from Donal K. Fellows' Maze game. LCD symbols are displayed in elements composed of 8 segments, labeled "a" though "g", some on and some off. For instance, the number 8 requires one LCD elem...

LUSOL/Tk-LCD-1.3 - 15 Apr 2003 03:05:04 UTC

Tk::Gpack - Abbreviated geometry arguments for pack, grid and place geometry managers. River stage zero No dependents

This module exports four functions for each of the different geometry mananers into the Tk namespace. These functions provide a variety of styles for controlling the indevidual geometry of one, or bulk groups of widgets. Each geometry manager has a s...

CROSSWIRE/Tk-Gpack-0.8 - 07 Oct 2005 17:42:39 UTC

Tk::Zinc - TkZinc is another Canvas which proposes many new functions, some based on openGL River stage zero No dependents

*Zinc* widget is very similar to Tk Canvase in that it supports structured graphics. Like the Canvas, TkZinc implements items used to display graphical entities. Those items can be manipulated and bindings can be associated with them to implement int...

ASB/Tk-Zinc-3.306 - 11 Apr 2021 10:35:46 UTC

Tk::Zinc - TkZinc is another Canvas which proposes many new functions, some based on openGL River stage zero No dependents

*Zinc* widget is very similar to Tk Canvase in that it supports structured graphics. Like the Canvas, TkZinc implements items used to display graphical entities. Those items can be manipulated and bindings can be associated with them to implement int...

ZINCDEV/tk-zinc-3.303 - 01 Apr 2006 16:25:57 UTC

Test::Tk - Testing Tk widgets. River stage two • 10 direct dependents • 10 total dependents

This module aims to assist in the testing of Perl/Tk widgets. createapp creates a MainWindow widget and places it in the variable $app. It sets a timer with delay $delay to start the internal test routine. starttesting launches the main loop and sets...

HANJE/Test-Tk-3.03 - 18 Apr 2024 17:38:45 UTC

Tk::Tree - Create and manipulate Tree widgets River stage zero No dependents

The Tree method creates a new window and makes it into a Tree widget and return a reference to it. Additional options, described above, may be specified on the command line or in the option database to configure aspects of the Tree widget such as its...

CTDEAN/Tk-Tree-0.05 - 13 Jan 1998 08:43:11 UTC

Tk::CanvasDirTree - Perl Derived Canvas widget for browsing Directory Trees River stage zero No dependents

This widget reads a directory tree, in an efficient manner, and provides an intuitive graphical interface to selecting them. It only recurses 2 levels at a time, so it is efficient on deeply nested trees. It is similar in appearance to the Gtk2 TreeV...

ZTK/Tk-CanvasDirTree-0.04 - 12 Apr 2006 17:57:29 UTC

Tk::CanvasDirTree - Perl Derived Canvas widget for browsing Directory Trees River stage zero No dependents

This widget reads a directory tree, in an efficient manner, and provides an intuitive graphical interface to selecting them. It only recurses 2 levels at a time, so it is efficient on deeply nested trees. It is similar in appearance to the Gtk2 TreeV...

ZTK/Tk-CanvasDirTree-0.04 - 12 Apr 2006 17:57:29 UTC

Tk::DTree - A Tree widget with a visible/hidden data column River stage zero No dependents

A Tree derived widget that offers several add-on functions like in-place-editing, sorting, reordering and inserting/retrieving of item text & data, suitable for perl Tk800.x (developed with Tk800.024). You can insert item-texts or item-text/-value pa...

MIKRA/Tk-MK-0.23 - 11 Feb 2014 11:31:34 UTC

Tk::Gauge - create a multitude of analog gauge widgets. River stage zero No dependents

This widget creates an analog gauge. A gauge has various components: a radius highlighted by a circumference, one or more needles, a hub, three granularities of tick marks, one of which has a value label, a caption, title and specialized bands that v...

LUSOL/Tk-Gauge-0.3 - 21 Jun 2004 02:12:00 UTC

Tk::Clock - Clock widget with analog and digital display River stage zero No dependents

This module implements a Canvas-based clock widget for perl-Tk with lots of options to change the appearance. Both analog and digital clocks are implemented....

HMBRAND/Tk-Clock-0.44 - 06 Jan 2023 14:45:09 UTC

Tk::LineNumberText - Line numbers for your favorite Text-derived widget River stage zero No dependents

LineNumberText is a composite widget which provides line numbers for your favorite widget derived from Tk::Text or, of course, even for Tk::Text itself....

DUNNIGANJ/Tk-LineNumberText-0.5 - 14 Nov 2004 22:16:20 UTC

Tk::DHList - A HList widget with a visible/hidden data column River stage zero No dependents

A HList derived widget that offers several add-on functions like sorting, reordering and inserting/retrieving of item text & data, suitable for perl Tk800.x (developed with Tk800.024). You can insert item-texts or item-text/-value pair/s into the DHL...

MIKRA/Tk-MK-0.23 - 11 Feb 2014 11:31:34 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

Tk::MIMEApp - The great new Tk::MIMEApp! River stage one • 1 direct dependent • 1 total dependent

JIMI/Tk-MIMEApp-0.04 - 16 Jan 2014 09:04:05 UTC

Tk::JDialog - a translation of `tk_dialog' from Tcl/Tk to TkPerl (based on John Stoffel's idea). River stage zero No dependents

This is an OO implementation of `tk_dialog'. First, create all your Dialog objects during program initialization. When it's time to use a dialog, invoke the `show' method on a dialog object; the method then displays the dialog, waits for a button to ...

TURNERJW/Tk-JDialog-1.20 - 19 Jun 2023 17:26:22 UTC

Tk::HListplus - A HList that supports resizing, open & close of columns River stage zero No dependents

A HList derived widget that has resizable columns, based on Header-ResizeButtons....

MIKRA/Tk-MK-0.23 - 11 Feb 2014 11:31:34 UTC

Tk::Playlist - Tk::HList subclass providing playlist-like manipulation River stage zero No dependents

The Tk::Playlist widget is derived from the standard Tk::HList widget. See it's documentation for more information. In addition to the standard HList functionality, the Tk::Playlist widget adds the ability to modify the list directly. Isers may drag ...

CRAKRJACK/Tk-Playlist-0.01 - 26 Nov 2004 05:50:06 UTC
63 results (0.052 seconds)