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

Search results for "module:Tk::widgets"

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

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

Tk::Role::HasWidgets - keep track of your tk widgets River stage one • 3 direct dependents • 6 total dependents

When programming Tk, it's almost always a good idea to keep a reference to the widgets that you created in the interface. Most of the time, a simple hash is enough; but it is usually wrapped up in methods to make the hash private to the window object...

JQUELIN/Tk-Role-HasWidgets-1.112380 - 26 Aug 2011 15:37:19 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::TixWidget - methods for Tix widgets River stage zero No dependents

"Tk::TixWidget" provides methods that emulate the those used by Tcl/Tix widgets. There are currently only two methods supported: "tixEvent" and "tixGetimage"....

CTDEAN/Tk-Tree-0.05 - 13 Jan 1998 08:43:11 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::Reindex - change the base index of Text-like widgets River stage three • 160 direct dependents • 171 total dependents

Creates a new widget class based on Text-like widgets that can redefine the line number base (normally Text widgets start line numbers at 1), or possibly other manipulations on indexes....

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

Tie::Tk::Text - Access Tk text widgets as arrays. River stage one • 1 direct dependent • 2 total dependents

This module defines a class for tie()ing Tk text widgets to an array, allowing them to be accessed as if they were an array of lines. It's not expected that anyone will actually want to populate and manipulate their text widgets this way, though you ...

MJCARMAN/Tie-Tk-Text-0.92 - 20 Jan 2009 23:59:06 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::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::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::MARC - Perl/Tk widget set for editing MARC::Records River stage zero No dependents

A collection of Perl/Tk widgets for editing MARC::Record objects. A little short on POD right now... See the examples in the pl/ directory (especially the sample app 'marvin.pl', rough though it is)....

DCHRIS/Tk-MARC-1.5 - 23 Jan 2004 03:42:21 UTC

Tk::Pane - A window panner River stage three • 160 direct dependents • 171 total dependents

Tk::Pane provides a scrollable frame widget. Once created it can be treated as a frame, except it is scrollable....

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

Tk::ChoicesSet - display/edit a list of choices in a Set of single-selection Widgets. River stage zero No dependents

Tk::ChoicesSet creates a Set of widgets to display/edit a list of choices. Each widget allows for a single selection out of a given list of options. The widget class is configurable. Per default Tk::ChoicesSet uses Tk::MatchingBE which is included in...

LAMPRECHT/Tk-EntrySet-0.11 - 27 May 2011 15:31:51 UTC

Tk::Year - Calendar widget which shows one year at a time. River stage zero No dependents

Tk::Year is a general purpose calendar widget which shows one year at a time and allowes user defined button actions....

ARIF/Tk-Month-1.8 - 06 Feb 2014 22:28:24 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::Action - action abstraction for tk River stage one • 2 direct dependents • 5 total dependents

Menu entries are often also available in toolbars or other widgets. And sometimes, we want to enable or disable a given action, and this means having to update everywhere this action is allowed. This module helps managing actions in a Tk GUI: just cr...

JQUELIN/Tk-Action-1.093390 - 05 Dec 2009 09:15:46 UTC

Tk::EntrySet - display/edit a list of values in a Set of Widgets. River stage zero No dependents

Tk::EntrySet creates a Set of widgets to display/edit a list of values. The widget class is configurable. Tk::EntrySet adds/removes widgets to match the size of the valuelist. If a user deletes an entrywidgets content, the value is deleted from the v...

LAMPRECHT/Tk-EntrySet-0.11 - 27 May 2011 15:31:51 UTC

Tk::Carp - Redirect warnings and errors to Tk Dialogs River stage zero No dependents

When Perl programs are run in a GUI environment, it is often desirable to have them run with no console attached. Unfortunately, this causes any warnings or errors to be lost. Worse, fatal errors can cause your program to silently disappear, forcing ...

JOHNSCA/TkCarp-1.2 - 12 May 2004 00:24:56 UTC

Tk::Panel - A collapsable frame with title. River stage zero No dependents

This is a frame type object with a boundary and a title. The title can include a checkbox allowing the contents of the panel to be collapsed. Further widgets can be created inside the Panel....

ARIF/Tk-Month-1.8 - 06 Feb 2014 22:28:24 UTC
117 results (0.036 seconds)