Search results for "tk"
Tk - a graphical user interface toolkit for Perl
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.pm
- Tk::X - Perl extension for Xlib constants.
- Tk::IO - high level interface to Tk's 'fileevent' mechanism
- 260 more results from Tk »
Tk::TM - User interface for database applications. Tk::TM - Tk Transaction Manager - screen transactions with user.
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- Tk::TM::wApp - Tk Transaction Manager Application Window. See Tk::TM::Lib for main descriptions and principles.
- lib/Tk/TM/wgActionBar.pm
- lib/Tk/TM/wDialogBox.pm
- 1 more result from Tk-TM »
Ask::Tk - interact with a user via a GUI
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)
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
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
ASB/Tk-ACH-0.08
-
13 Nov 2016 23:32:19 UTC
-
Search in distribution
Tk::LCD - display Liquid Crystal Display symbols.
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
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
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- Tk::More - a 'more' or 'less' like text widget
- Tk::Pod_usage - How to use the perl/Tk Pod browser widget
- Tk::Pod::Text - Pod browser widget
- 10 more results from Tk-Pod »
Test::Tk - Testing Tk widgets.
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.02 - 19 Aug 2023 13:24:35 UTC - Search in distribution
Tk::Axis - Canvas with Axes
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::Dial - An alternative to the Scale widget
- Tk::TiedListbox - gang together Listboxes
Tk::Date - a date/time widget for perl/Tk
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
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
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::MARC::Leader - megawidget for editing MARC::Record leader.
- Tk::MARC::Indicators - megawidget for editing MARC::Field indicators.
Tk::Year - Calendar widget which shows one year at a time.
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.
Tk::TOTD - Tip Of The Day dialog for Perl/Tk.
Tk::TOTD provides a simple Tip of the Day dialog for Perl/Tk programs....
KIRSLE/Tk-TOTD-0.5 - 18 Sep 2015 19:03:11 UTC - Search in distribution
Tk::Task - allow multiple "tasks" to proceed at once
"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 - Search in distribution
Tk::Tree - Create and manipulate Tree widgets
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 - Search in distribution- Tk::TixWidget - methods for Tix widgets
- Tk/VTree.pm
Tk::XPMs - xpm images for icons
This module provides some xpm images for icons. Each image is implemented as a function which returns the xpm data as a string. The following image methods are defined:...
LDOMKE/Tk-XPMs-1.11 - 28 Nov 2008 11:20:36 UTC - Search in distribution
Tk::Zinc - TkZinc is another Canvas which proposes many new functions, some based on openGL
*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 - Search in distribution- Tk::Zinc::Text - Zinc extension for easing text input on text item or on fields
- Tk::Zinc::Debug - a perl module for analysing a Zinc application.
- Zinc/TraceUtils.pm