Search results for "module:Tk"
Tk::Treeplus - A Tree (and/or HList) replacement that supports Sorting, Filtering and Resizing of columns
A Tk::Tree (Tk::HList) derived widget that has *Sortable*, *Filterable* & *Resizable* columns....
MIKRA/Tk-MK-0.23 - 11 Feb 2014 11:31:34 UTC
Tk::Schedule - Perl extension for a graphical user interface to carrying out tasks up to schedule
With this Widget function at a certain time can be called. A schedule can be made for longer periods. The call of functions can be repeated in certain course of time. Possible repetition times are: hourly daily weekly monthly yearly For seconds or mi...
KNORR/Tk-Schedule-0.01 - 30 May 2006 17:55:31 UTC
Tk::DiffText - Perl/Tk composite widget for colorized diffs.
This module defines a composite widget that makes it simple to provide basic "diff" functionality to your Tk applications....
MJCARMAN/Tk-DiffText-0.19 - 21 Mar 2008 18:14:09 UTC
Tk::MenuHash - Ties a Tk::Menubutton widget to a hash object thingy
Creates a tied Tk::Menubutton widget hash reference object kinda thingy.... It's actually much simplier then it sounds, at least to use. It walks and talks half like an object, and half like a (tied) hash reference. This is because it's both in one (...
ZENIN/Tk-MenuHash-1.12 - 22 Mar 1999 08:47:52 UTC
Tk::HexEntry - A hexadecimal Entry widget with inc. & dec. Buttons
Tk::HexEntry defines a widget for entering hexadecimal numbers. The widget also contains buttons for increment and decrement. Tk::HexEntry supports all the options and methods that the plain HexEntry widget provides (see Tk::HexEntryPlain), plus the ...
XPIX/Tk-HexEntry-0.01 - 06 Dec 2002 00:53:21 UTC
Tk::FileTree - Tk::DirTree like widget for displaying & manipulating directories (and files).
Creates a widget to display a file-system (or part of it) in a tree format. Works very similar to Tk::DirTree, but displays both files and subdirectories by default. Each subdirectory includes an indicator icon resembling [+] or [-] to either expand ...
TURNERJW/Tk-FileTree-1.01 - 03 Dec 2022 06:23:33 UTC
Tk::Playlist - Tk::HList subclass providing playlist-like manipulation
The Tk::Playlist widget is derived from the standard Tk::HList widget. See it's documentation for more information. In addition to the standard HList functionality, the Tk::Playlist widget adds the ability to modify the list directly. Isers may drag ...
CRAKRJACK/Tk-Playlist-0.01 - 26 Nov 2004 05:50:06 UTC
Tk::Dressing - Set a theme (dressing) in your widget and its children.
Tk::Dressing allows you to set a theme (dressing) in your widget and its children by using one of different default themes or by loading a new theme. A theme contains all options that you want to use to configure the Tk widgets (color of buttons, of ...
DJIBEL/Tk-Dressing-1.04 - 01 Jan 2011 22:25:17 UTC
Tk::Enscript - a text-to-postscript converter using Tk::Canvas
SREZIC/Tk-Enscript-1.10
-
29 Oct 2007 23:00:00 UTC
Tk::TipEntry - An entry with tooltip in the entry if it's empty
This widget is derived from Tk::Entry. It implements an other kind of tooltip, that is displayed inside the entry when it's empty. The tooltip will be removed, if the entry gets the focus and reinserted, if the entry loses the focus and it's value is...
ASB/Tk-TipEntry-0.06 - 27 Mar 2016 18:33:22 UTC
Tk::NumEntry - A numeric Entry widget with inc. & dec. Buttons
Tk::NumEntry defines a widget for entering integer numbers. The widget also contains buttons for increment and decrement. Tk::NumEntry supports all the options and methods that the plain NumEntry widget provides (see Tk::NumEntryPlain), plus the foll...
SREZIC/Tk-GBARR-2.08 - 23 Sep 2008 19:50:04 UTC
Tk::FcyEntry - Entry that reflects its state in the background color
This module is deprecated. Use Tk::Entry instead, it does the same thing. FcyEntry is like a normal Entry widget except: * default background color is 'white' * if the state of the widget is disabled the background color is set to be the same as the ...
ASB/Tk-FcyEntry-1.8 - 12 Jan 2017 19:10:49 UTC
Tk::LogScale - A logarithmic Scale widget
This is a Scale widget which uses a logarithmic scale for the position of the thumb....
SREZIC/Tk-LogScale-0.11 - 25 Mar 2017 10:07:54 UTC
Tk::FileSave - a widget for choosing files
This Module pops up a Fileselector box, with a directory entry on top, a list of directories in the current directory, a list of files in the current directory, an entry for entering/modifying a file name, an accept button and a cancel button. You ca...
PVHP/ptkFAQ-0_03 - 23 May 1996 22:13:17 UTC
Tk::PopEntry - An Entry widget with an automatic, configurable right-click menu built in, plus input masks.
DJBERG/Tk-PopEntry-0.06
-
13 Apr 2002 04:38:02 UTC
Tk::HListbox - Tk Listbox widget supporting images and text entries, Tk::HList-based drop-in replacement for Tk::Listbox.
The HListbox method creates a new window (given by the $widget argument) and makes it into an HListbox widget. Additional options, described above, may be specified on the command line or in the option database to configure aspects of the listbox suc...
TURNERJW/Tk-HListbox-2.70 - 25 Jan 2023 20:10:00 UTC
Tk::PodSingle - Pod browser toplevel widget for single pod files
This module inherits Tk::Pod and slightly changes its' features by removing menu entries (and bindings) that pertain to opening a different pod file. It is suitable for when you want to only display a single pod file or a group of self-contained pod ...
KEN/Tk-PodSingle-1.01 - 13 Oct 2005 23:08:36 UTC
Tk::MiniScale - A miniature scale widget
MiniScale is a smaller version of Tk::Scale which is especially useful when the user doesn't really *care* about the actual value of the variable they are modifying. In other words - they just want to increase or decrease *something* by a relative am...
DUNNIGANJ/Tk-MiniScale-0.1 - 28 Apr 2004 06:02:38 UTC
Tk::TableEdit - A simple flat-file DBMS editor using Tk::SplitFrame, Tk::TabbedForm, and Tk::Columns
A compound widget built from the TabbedForm, SplitFrame, and Column widgets. It implements a simplified interface to a flat file database. Try out the demo....
DKWILSON/Tk-DKW-0.03 - 26 Nov 1999 05:33:47 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