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

Search results for "module:Tk::After"

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

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 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

Tk::Trace - emulate Tcl/Tk trace functions. River stage three • 160 direct dependents • 171 total dependents

This class module emulates the Tcl/Tk trace family of commands by binding subroutines of your devising to Perl variables using simple Tie::Watch features. Callback format is patterned after the Perl/Tk scheme: supply either a code reference, or, supp...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 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::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::Taxis - Perl extension for simulating biological taxes River stage zero No dependents

Organisms such as bacteria respond to gradients in chemicals, light, *etc*, by a process called taxis ('movement'). This module captures some of the spirit of this model of organismal movement. Bacteria are unable to measure differential gradients of...

SCOOK/Tk-Taxis-2.03 - 07 Sep 2005 20:52:15 UTC

Tk::Date - a date/time widget for perl/Tk River stage zero No dependents

Tk::Date implements a date/time widget. There are three ways to input a date: * Using the keyboard to input the digits and the tab key or the mouse pointer to move focus between fields. * Using up and down cursor keys to increment/decrement the date ...

SREZIC/Tk-Date-0.44 - 25 Oct 2010 20:11:03 UTC

Tk::TextVi - Tk::Text widget with Vi-like commands River stage zero No dependents

Tk::TextVi is a Tk::TextUndo widget that replaces InsertKeypress() to handle user input similar to vi. All other methods remain the same (and most code should be using $text->insert( ... ) rather than $text->InsertKeypress()). This only implements th...

JSTROM/Tk-TextVi-0.015 - 10 May 2009 14:44:50 UTC

Tk::Wizard - GUI for step-by-step interactive logical process River stage one • 1 direct dependent • 1 total dependent

In the context of this namespace, a Wizard is defined as a graphic user interface (GUI) that presents information, and possibly performs tasks, step-by-step via a series of different pages. Pages (or 'screens', or 'Wizard frames') may be chosen logic...

LGODDARD/Tk-Wizard-2.158 - 23 Nov 2015 12:26:37 UTC

Tk::Mirror - Perl extension for a graphic user interface to up- or download local and remote directories River stage zero No dependents

This is a graphic user interface to compare, up- or download local and remote directories....

KNORR/Tk-Mirror-0.06 - 25 Oct 2008 14:53:52 UTC

Tk::Getopt - User configuration window for Tk with interface to Getopt::Long River stage zero No dependents

Tk::Getopt provides an interface to access command line options via Getopt::Long and editing with a graphical user interface via a Tk window. Unlike Getopt::Long, this package uses a object oriented interface, so you have to create a new Tk::Getopt o...

SREZIC/Tk-Getopt-0.51 - 23 Apr 2017 09:00:29 UTC

Tk::Task - allow multiple "tasks" to proceed at once River stage zero No dependents

"Tk::Task" is a module to allow a lengthy operation to be subdivided into smaller pieces, with time to process events between pieces. For example, a program that loaded a large number of records from a database could make the load process a task, all...

KVAIL/Tk-Task-1.1 - 24 Oct 2002 01:21:36 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::Browser - Perl library browser. River stage zero No dependents

Tk::Browser.pm creates a Perl library module browser. The browser window contains a module listing at the upper left, a symbol listing at the upper right, and a text display. If the argument to open() is a package or path name, the browser displays t...

RKIES/Tk-Browser-0.82-1 - 23 Apr 2015 17:26:30 UTC

Tk::Columns - A multicolumn list widget with sortable & sizeable columns River stage zero No dependents

Implements a multicolumn list with resizeable, scrollable columns and configurable sorting by column. Other features include column selection callbacks and row selection callbacks, global and per-column color and font selection, and column insertion ...

DKWILSON/Tk-DKW-0.03 - 26 Nov 1999 05:33:47 UTC

Tk::Checkbox - Yet Another Checkbutton widget (with a sizable marker) River stage zero No dependents

Another check button style widget that uses a check mark in a fixed box. Useful as a boolean field. It's based on Damion K. Wilson's version from Tk-DKW-0.03, suitable for perl Tk800.x (developed with Tk800.024). You can tie a scalar-value to the Che...

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

Tk::autobind - automatically bind a widget to an ALT-key River stage zero No dependents

"Tk::autobind" offers a convenient way to set up a form and have ALT-key bindings for the widgets on that form. All you have to do is call "autobind" after you create a widget. If the widget has an "-underline" configuration option set to a value gre...

KVAIL/Tk-autobind-1.2 - 17 Jun 2003 01:32:25 UTC

Tk::FcyEntry - Entry that reflects its state in the background color River stage zero No dependents

This module is deprecated. Use Tk::Entry instead, it does the same thing. FcyEntry is like a normal Entry widget except: * default background color is 'white' * if the state of the widget is disabled the background color is set to be the same as the ...

ASB/Tk-FcyEntry-1.8 - 12 Jan 2017 19:10:49 UTC

Tk::FmtEntry - A Formatted Entry widget River stage zero No dependents

A normal Entry widget, but it may enforce some format upon the entered value. For example, telephone number, credit-card, or currency (money) formats. The programmer must supply the formatting function. See below for examples. Otherwise, this acts a ...

ROSCIO/Tk-FmtEntry-0.1 - 17 Jun 2010 20:38:38 UTC

Tk::Schedule - Perl extension for a graphical user interface to carrying out tasks up to schedule River stage zero No dependents

With this Widget function at a certain time can be called. A schedule can be made for longer periods. The call of functions can be repeated in certain course of time. Possible repetition times are: hourly daily weekly monthly yearly For seconds or mi...

KNORR/Tk-Schedule-0.01 - 30 May 2006 17:55:31 UTC
114 results (0.041 seconds)