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::Date"

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::DatePick - Perl extension for Tk to pick dates River stage zero No dependents

This widget is meant to get idiot-proof input of date data in the correct format. The date is not user editable, so the problem of checking the format does not arise. All options are optional. This works fine: $datepick = $main->DatePick()->pack(); $...

LAWGON/Tk-DatePick-1.02 - 05 Oct 2002 07:48:14 UTC

Tk::DateEntry - Drop down calendar widget for selecting dates. River stage zero No dependents

Tk::DateEntry is a drop down widget for selecting dates. It looks like the BrowseEntry widget with an Entry followed by an arrow button, but instead of displaying a Listbox the DateEntry displays a calendar with buttons for each date. The calendar co...

SREZIC/Tk-DateEntry-1.43 - 15 May 2019 22:37:16 UTC

Tk::ChooseDate - Popup Calendar with support for dates prior to 1970 River stage one • 1 direct dependent • 1 total dependent

ChooseDate is yet-another-date-choosing widget via a popup calendar. It was created because Tk::DateEntry and Tk::DatePick do not allow support for dates prior to 1970. Besides this major item, I personally think that this is a nicer-looking widget w...

DUNNIGANJ/Tk-ChooseDate-0.4 - 15 May 2005 10:59:13 UTC

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

Tk::Clock - Clock widget with analog and digital display River stage zero No dependents

This module implements a Canvas-based clock widget for perl-Tk with lots of options to change the appearance. Both analog and digital clocks are implemented....

HMBRAND/Tk-Clock-0.44 - 06 Jan 2023 14:45:09 UTC

Tk::Month - Calendar widget which shows one month at a time. River stage zero No dependents

"Tk::Month" is a general purpose calendar widget which shows one month at a time and allows user defined button actions....

ARIF/Tk-Month-1.8 - 06 Feb 2014 22:28:24 UTC

Tk::MiniCalendar - simple calendar widget for date selection River stage zero No dependents

"Tk::MiniCalendar" provides a tiny calendar widget which can be used to select valid dates. Graphical Representation The widget looks like: +------------------------------+ |<< < September 2004 > >>| | | | Mo Di Mi Do Fr Sa So | | 1 2 3 4 5 | | 6 7 8...

LDOMKE/Tk-MiniCalendar-0.14 - 12 Jan 2010 13:28:25 UTC

Tk::MIMEApp - The great new Tk::MIMEApp! River stage one • 1 direct dependent • 1 total dependent

JIMI/Tk-MIMEApp-0.04 - 16 Jan 2014 09:04:05 UTC

Tk::Schedule - Perl extension for a graphical user interface to carrying out tasks up to schedule River stage zero No dependents

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::Markdown - display Markdown in a Text River stage one • 1 direct dependent • 3 total dependents

Tk::Markdown is a widget to render Markdown <https://en.wikipedia.org/wiki/Markdown> in a Tk::Text widget....

ASB/Tk-Markdown-0.08 - 31 Oct 2022 20:40:00 UTC

Tk::FileTree - Tk::DirTree like widget for displaying & manipulating directories (and files). River stage zero No dependents

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::StrfClock - a X/TK digital clock widget based on strftime. River stage zero No dependents

Tk::StrfClock is a string clock widget based on one of a Tk::Label, a Tk::Button, a Tk::Menubutton or a Tk::Optionmenu (chosen at creation time). The current date and time (in some chosen configuration) is displayed as the text in the base widget....

ARIF/Tk-Month-1.8 - 06 Feb 2014 22:28:24 UTC

Tk::BootSplash - wrapper for the common Tk::SplashScreen River stage zero No dependents

This module is a fully customizable wrapper for the common Tk:SplashScreen, which can be used to ease handling of a standardized boot splash screen with picture, texts and a progress bar. (see *Tk::SplashScreen* for details). NOTE: This module is les...

MIKRA/Tk-MK-0.23 - 11 Feb 2014 11:31:34 UTC

Tk::LineGraph - A 2D Plot widget written entirely in Perl/Tk. River stage zero No dependents

The LineGraph widget is an extension of the Canvas widget that will plot Dataset objects in a 2D graph. It is written entirely in Perl/Tk. Scaled labeled X, Y and Y1 axis are displayed. Many Datasets can be displayed in one LineGraph widget. The widg...

CLIFFORD/Tk-LineGraph-0.01 - 23 Jan 2006 20:20:27 UTC

Tk::HyperText - An ROText widget which renders HTML code. River stage one • 2 direct dependents • 2 total dependents

"Tk::HyperText" is a widget derived from "Tk::ROText" that renders HTML code. PURPOSE First of all, Tk::HyperText is NOT expected to become a full-fledged web browser widget. This module's original idea was just to be a simple HTML-rendering widget, ...

KIRSLE/Tk-HyperText-0.13 - 08 Oct 2022 22:54:29 UTC

Tk::MarkdownTk - a Tk::Markdown with tk widget tag support River stage one • 1 direct dependent • 2 total dependents

JIMI/Tk-MarkdownTk-0.07 - 13 Jan 2014 06:34:49 UTC

Tk::DBI::Tree - Megawidget to display a table column in a tree. River stage zero No dependents

This is a megawidget to display a sql statement from your database in a tree view widget. When you've got one of those nasty self-referential tables that you want to bust out into a tree, this is the module to check out....

XPIX/Tk-DBI-Tree-0.04 - 13 Aug 2003 13:02:41 UTC

Tk::DBI::Form - Megawidget to offering edit, delete or insert a record. River stage zero No dependents

Tk::DBI::Form is a Megawidget offering edit, delete or insert operations for table records. At this time if this widget only compatible to MySQL Database....

XPIX/Tk-DBIx-0.01 - 17 Dec 2003 18:08:28 UTC

Tk::HMListbox - Sortable Multicolumn HListbox (allowing icons, along with text) with arrows in headers indicating sort order. River stage zero No dependents

Tk::HMListbox is a derivitive of my Tk::SMListbox (and thus Tk::MListbox) that uses Tk::HListbox (instead of Tk::Listbox, as used by the latter two) which was done to allow for image icons to be included in columns along with the traditional text str...

TURNERJW/Tk-HMListbox-4.2 - 17 Dec 2022 21:53:27 UTC
27 results (0.035 seconds)