The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Tk::More"

Tk::More - a 'more' or 'less' like text widget River stage two • 7 direct dependents • 13 total dependents

Tk::More is a readonly text widget with additional key bindings as found in UNI* command line tools "more" or "less". As in "more" an additional status/command line is added at the bottom....

SREZIC/Tk-Pod-0.9943 - 31 Jan 2016 13:45:11 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 • 12 direct dependents • 12 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::Pane - A window panner River stage three • 163 direct dependents • 174 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::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::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

Tcl::Tk - Extension module for Perl giving access to Tk via the Tcl extension River stage one • 3 direct dependents • 3 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::Shell - Handlers for Tk::Workspace.pm shell clients. River stage zero No dependents

This module is incomplete. There's no API or calling synopsis at the moment. It's primary purpose is to provide some abstraction, and hopefully data hiding, from the parent Workspace process. Results may be unpredictable due to the I/O buffering beha...

RKIES/Tk-Workspace-1.76 - 03 Apr 2014 17:08:42 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.50 - 19 May 2024 17:09:58 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::Sugar - Sugar syntax for Tk River stage one • 5 direct dependents • 8 total dependents

Tk is a great graphical toolkit to write desktop applications. However, one can get bothered with the constant typing of quotes and options. Tk::Sugar provides handy subs for common options used when programming Tk. Benefits are obvious: * Reduced ty...

JQUELIN/Tk-Sugar-1.093190 - 15 Nov 2009 10:32:35 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::Graph - A graphical Chartmaker at Canvas (Realtime). River stage zero No dependents

A graphical Chartmaker at Canvas (Realtime). This is a real Canvas widget, so you can draw with the standard routines in the Canvas object. For example, you can draw a line with *$chart*->*line(x,y,...)*. This is useful for you when you will add a lo...

XPIX/Tk-Graph-0.06 - 12 Dec 2002 17:20:22 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::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::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::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::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
146 results (0.076 seconds)