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

Search results for "module:Tk::Event"

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

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

Event/Event/IO.pm River stage three • 160 direct dependents • 171 total dependents

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

lib/Stem/Event/Tk.pm River stage zero No dependents

URI/Stem-0.11 - 01 Dec 2006 08:59:40 UTC

AnyEvent::Impl::Tk - AnyEvent adaptor for Tk River stage three • 409 direct dependents • 668 total dependents

This module provides transparent support for AnyEvent. You don't have to do anything to make Tk work with AnyEvent except by loading Tk before creating the first AnyEvent watcher. Tk is buggy. Tk is extremely buggy. Tk is so unbelievably buggy that f...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC

Tk::MDI - Multiple Document Interface for Tk River stage zero No dependents

This module emulates MDI type functionality with a twist. The twist is ... virtually any Tk widget can be used! Hence, the 'D' in MDI is somewhat of a misnomer. The MDI method creates a new MDI window (i.e. a Frame) and returns a blessed reference to...

AQUMSIEH/Tk-MDI-0.2 - 07 Mar 2002 13:28:59 UTC

Tk::XText - Extended Text widget River stage zero No dependents

Tk::XText inherits Tk::Text. It adds an advanced Undo/Redo stack, facilities for indenting and unindenting, commenting and uncommenting and autoindendation. It's main purpose is to serve as the text widget in the Tk::CodeText mega widget. The options...

HANJE/Tk-CodeText-0.49 - 23 Apr 2024 15:43:01 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

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::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::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::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::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::QuickTk - Simple, declarative syntax for a Perl/Tk GUI River stage zero No dependents

*QuickTk* supports a simplified, declarative, syntax for specifying GUI-based applications using *perl-tk* (module Tk.pm and friends). A companion module, Text::TreeFile, supports comments, include-files, continuation lines and special interpretation...

JNK/Tk-QuickTk-0.92 - 11 Mar 2011 21:05:49 UTC

Tk::SignalSlot - An alternative to Tk::bind River stage zero No dependents

Tk::SignalSlot provides an alternative to Tk::bind that is more similar to Qt's signal/slot mechanism. The main idea is that multiple callbacks can now be bound to one event. This allows for a more modular and object-oriented approach to Tk::bind whi...

AQUMSIEH/Tk-SignalSlot-0.1 - 26 Jan 2006 20:04:54 UTC

Tk::GraphViz - Render an interactive GraphViz graph River stage zero No dependents

The GraphViz widget is derived from Tk::Canvas. It adds the ability to render graphs in the canvas. The graphs can be specified either using the DOT graph-description language, or using via a GraphViz or GraphViz2 object. When show() is called, the g...

ETJ/Tk-GraphViz-1.10 - 13 Jan 2021 04:13:01 UTC

Tk::PopEntry - An Entry widget with an automatic, configurable right-click menu built in, plus input masks. River stage zero No dependents

DJBERG/Tk-PopEntry-0.06 - 13 Apr 2002 04:38:02 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::Treeplus - A Tree (and/or HList) replacement that supports Sorting, Filtering and Resizing of columns River stage zero No dependents

A Tk::Tree (Tk::HList) derived widget that has *Sortable*, *Filterable* & *Resizable* columns....

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

Tk::HListbox - Tk Listbox widget supporting images and text entries, Tk::HList-based drop-in replacement for Tk::Listbox. River stage one • 1 direct dependent • 1 total dependent

The HListbox method creates a new window (given by the $widget argument) and makes it into an HListbox widget. Additional options, described above, may be specified on the command line or in the option database to configure aspects of the listbox suc...

TURNERJW/Tk-HListbox-2.71 - 24 Jun 2023 19:29:16 UTC
62 results (0.053 seconds)