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 "Tk"

Tk - a graphical user interface toolkit for Perl River stage three • 163 direct dependents • 174 total dependents

The Perl/Tk manual is split up into a number of sections: Introduction * Tk::overview * Tk::UserGuide Tk Geometry Management * Tk::Adjuster * Tk::form * Tk::grid * Tk::pack * Tk::place * Tk::Table * Tk::Tiler * Tk::Wm Binding Events and Callbacks * T...

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

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 - Search in distribution

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 - Search in distribution

Tk::RemoteFileSelect River stage zero No dependents

A RemoteFileSelect dialog displays list boxes for subdirectories and files, a directory entry and a file name entry, and buttons for each of the widget's operations. Tk::RemoteFileSelect -> Show () returns the file's path name when clicking on the, "...

RKIES/Tk-RemoteFileSelect-0.60 - 25 Jul 2005 15:34:56 UTC - Search in distribution

Tk::RemoteFileSelect River stage zero No dependents

A RemoteFileSelect contains two listboxes that display subdirectories and files, a directory entry and a file name entry, and buttons for each operation, which are labeled with Alt-key accelerators. When entering a file name, the RemoteFileSelect ver...

RKIES/Tk-Workspace-1.76 - 03 Apr 2014 17:08:42 UTC - Search in distribution

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 - Search in distribution

Tk::TM - User interface for database applications. Tk::TM - Tk Transaction Manager - screen transactions with user. River stage zero No dependents

This module is something like 'Transaction Manager' in JYACC JAM RAD. It releases user interface for database applications - screen transactions with user. It contains data manipulation object ("Tk::TM::DataObject"), data widgets ("tmTable", "tmBlank...

MAKAROW/Tk-TM-0.53 - 20 Nov 2000 06:56:19 UTC - Search in distribution

Ask::Tk - interact with a user via a GUI River stage zero No dependents

TOBYINK/Ask-0.015 - 09 Nov 2020 14:57:09 UTC - Search in distribution
  • Ask - ask your users about stuff
  • Ask::Functions - guts behind Ask's exported functions

PDF::Tk - Perl integration for the pdf toolkit (pdftk) River stage zero No dependents

This module is a interface for the command line pdftk command....

MRAMBERG/PDF-Tk-0.02 - 06 Sep 2005 13:12:33 UTC - Search in distribution

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 - Search in distribution

Tk::ACH - place holder module to request the distribution in PAUSE River stage zero No dependents

ASB/Tk-ACH-0.08 - 13 Nov 2016 23:32:19 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

Tk::Pod - Pod browser toplevel widget River stage two • 7 direct dependents • 13 total dependents

Simple Pod browser with hypertext capabilities in a "Toplevel" widget...

SREZIC/Tk-Pod-0.9943 - 31 Jan 2016 13:45:11 UTC - Search in distribution

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 - Search in distribution

Tk::Axis - Canvas with Axes River stage zero No dependents

This is an improved version of the axis widget. Changes with respect to the previous version are : * the 'pack' has been moved out the widget. One has to do his own packing * it is now possible to work in the coordinates of the axis. The following pi...

HANJE/Tk-Contrib-0.08 - 29 Jun 2023 20:13:57 UTC - Search in distribution

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 - Search in distribution

Tk::Help - Simple widget for creating a help system for Perl/Tk applications River stage zero No dependents

This is an answer to a personal need to be able to create help systems for my Perl/Tk applications. Originally, I just created a really big dialog and formatted all the text, which was tedious and clumsy. I wanted to create something that looked 'sim...

DOUGTHUG/Tk-Help-0.3 - 22 Feb 2011 18:10:16 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution
  • Tk::Month - Calendar widget which shows one month at a time.
  • Tk::Panel - A collapsable frame with title.
  • Tk::StrfClock - a X/TK digital clock widget based on strftime.
549 results (0.084 seconds)