Search results for "module:Tk::mega"
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
Tk::XText - Extended Text widget
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.44 - 15 Sep 2023 11:42:54 UTC
Tk::Gauge - create a multitude of analog gauge widgets.
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::PathEntry - Entry widget for selecting paths with completion
This is an alternative to classic file selection dialogs. It works more like the file completion in modern shells like "tcsh" or "bash". With the "Tab" key, you can force the completion of the current path. If there are more choices, a window is popp...
SREZIC/Tk-PathEntry-3.08 - 22 Sep 2019 14:24:35 UTC
Tk::SlideSwitch - a 2 position horizontal or vertical switch.
Tk::SlideSwitch is a Frame based composite mega-widget featuring a binary Scale widget surrounded by two Label widgets. The Scale's value can be either 0 or 1. The Labels are positioned to the left and right of the Scale if its orientation is horizon...
LUSOL/Tk-SlideSwitch-1.1 - 20 Mar 2003 01:58:01 UTC
Tk::Splashscreen - display a Splashscreen during program initialization.
For programs that require large load times, it's a common practice to display a Splashscreen that occupies the user's attention. This Toplevel mega widget provides all the display, destroy and timing events. All you do it create the Splashscreen mega...
LUSOL/Tk-Splashscreen-1.0 - 15 Sep 2002 22:51:45 UTC
Tie::Tk::Listbox - Access Tk::Listbox and similar widgets as arrays
The Tie::Tk::Listbox module allows you to tie the contents of a Tk::Listbox widget to an ordinary Perl array for easy modification. Additionally, you may tie a Tk::Scrolled widget or any other widget that advertises a Tk::Listbox subwidget. Please se...
SMUELLER/Tie-Tk-Listbox-1.02 - 30 Jun 2006 19:23:57 UTC
Tk::ExecuteCommand - execute a command asynchronously (non-blocking).
Tk::ExecuteCommand runs a command yet still allows Tk events to flow. All command output and errors are displayed in a window. This ExecuteCommand mega widget is composed of an LabEntry widget for command entry, a "Do It" Button that initiates comman...
LUSOL/Tk-ExecuteCommand-1.6 - 18 May 2004 18:14:47 UTC
Tcl::pTk::TkHijack - Run Existing Perl/tk Scripts with Tcl::pTk
*Tcl::pTk::TkHijack* is an experimental module that makes existing perl/tk use Tcl::pTk to run. It 'Hijacks' any 'use Tk' and related calls in a perl/tk script to use Tcl::pTk....
CAC/Tcl-pTk-1.11 - 10 Aug 2023 09:08:25 UTC
Tk::Multi::Toplevel - Toplevel MultiManager
This class is a Tk::Multi::Manager packed in a Toplevel window. It features also : * 'File->show internal...' button to invoke an Object Scanner (See Tk::ObjScanner) * A facility to manage user menus with sorted buttons * A help facility based on Tk:...
DDUMONT/Tk-Multi-1.006 - 04 Nov 2004 14:23:38 UTC
Tk::MultiMediaControls - Create media player control buttons.
Create multimedia controls similar to that found on Apple applications like QuickTime, iMovie, iDVD, iTunes, etcetera. This mega-widget accepts a -buttons option that specifies a list of controller buttons, and a series of specialized options that bi...
LUSOL/Tk-MultiMediaControls-1.0 - 21 Jan 2004 16:27:37 UTC
Tk::Calculator::RPN::HP - Hewlett-Packard RPN calculators
Tk::Calculator::RPN::HP is the OO base class and Exporter module for Perl/Tk Hewlett-Packard Reverse Polish Notation (RPN) calculators. As a base class it provides methods common to all calculators; for instance, stack manipulation, function evaluati...
LUSOL/Tk-Calculator-RPN-HP-1.2 - 02 Apr 2007 19:08:48 UTC