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

Tk::Columns - A multicolumn list widget with sortable & sizeable columns River stage zero No dependents

Implements a multicolumn list with resizeable, scrollable columns and configurable sorting by column. Other features include column selection callbacks and row selection callbacks, global and per-column color and font selection, and column insertion ...

DKWILSON/Tk-DKW-0.03 - 26 Nov 1999 05:33:47 UTC

Tk::GridColumns - Columns widget for Tk using Tk::grid River stage zero No dependents

A Tk::GridColumns is similar to a Tk::HList but its implementation gives you more freedom: The header and data information is stored in two array refs, so that you just have to adjust these and then ->refresh() the widget to make the changes visible....

MATTHIASW/Tk-GridColumns-0.15 - 04 Sep 2009 17:39:16 UTC

Tk::HListplus - A HList that supports resizing, open & close of columns River stage zero No dependents

A HList derived widget that has resizable columns, based on Header-ResizeButtons....

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

Tk::Treeplus - A Tree (and/or HList) replacement that supports Sorting, Filtering and Resizing of columns River stage zero No dependents

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::DockFrame - A multicolumn list widget with sortable & sizeable columns River stage zero No dependents

The two public classes in this module combine to implement a dockable widget subsystem. Objects of class DockFrame are simple frames which can be made to "float" free as Toplevel widgets or packed as Frames. Dockframes can have any number of direct c...

DKWILSON/Tk-DKW-0.03 - 26 Nov 1999 05:33:47 UTC

Tk::TableEdit - A simple flat-file DBMS editor using Tk::SplitFrame, Tk::TabbedForm, and Tk::Columns River stage zero No dependents

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::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::DTree - A Tree widget with a visible/hidden data column River stage zero No dependents

A Tree derived widget that offers several add-on functions like in-place-editing, sorting, reordering and inserting/retrieving of item text & data, suitable for perl Tk800.x (developed with Tk800.024). You can insert item-texts or item-text/-value pa...

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

Tk::DHList - A HList widget with a visible/hidden data column River stage zero No dependents

A HList derived widget that offers several add-on functions like sorting, reordering and inserting/retrieving of item text & data, suitable for perl Tk800.x (developed with Tk800.024). You can insert item-texts or item-text/-value pair/s into the DHL...

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

Tk::QuickTk - Simple, declarative syntax for a Perl/Tk GUI River stage zero No dependents

*QuickTk* supports a simplified, declarative, syntax for specifying GUI-based applications using *perl-tk* (module Tk.pm and friends). A companion module, Text::TreeFile, supports comments, include-files, continuation lines and special interpretation...

JNK/Tk-QuickTk-0.92 - 11 Mar 2011 21:05:49 UTC

Tk::Spectrum - A stylish color selection dialog. River stage zero No dependents

Tk::Spectrum is a stylish color selection dialog. It presents the user with a full color spectrum with which they can click and drag to select colors, as well as a form where they can select RGB and Hexadecimal color values. It also supports a "prese...

KIRSLE/Tk-Spectrum-0.02 - 02 Apr 2009 00:09:24 UTC

Tk::HListbox - Tk Listbox widget supporting images and text entries, Tk::HList-based drop-in replacement for Tk::Listbox. River stage one • 1 direct dependent • 1 total dependent

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.71 - 24 Jun 2023 19:29:16 UTC

Tk::Thumbnail - Create a grid of shrunken images. River stage zero No dependents

Create a table of thumbnail images, having a default size of 32 x 32 pixels. Once we have a Photo of an image, shrink it by copying a subsample of the original to a blank Photo. Images smaller than the thumbnail dimensions are enlarged by zooiming. C...

LUSOL/Tk-Thumbnail-1.3 - 15 May 2005 23:41:44 UTC

Tk::DHList_v1 - A HList widget with a visible/hidden data column River stage zero No dependents

A HList derived widget that offers several add-on functions like in-place-editing, sorting, reordering and inserting/retrieving of item text & data, suitable for perl Tk800.x (developed with Tk800.024). You can insert item-texts or item-text/-value p...

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

Tk::QuickForm - Quickly set up a form. River stage one • 1 direct dependent • 1 total dependent

This widget allows you to quickly set up a form for the user to fill out or modify. Attempts are made to make it clear and elegant. Inherits Tk::Frame. With the -structure option you can define fields the user can modify as well as its layout. With t...

HANJE/Tk-QuickForm-0.04 - 20 Aug 2023 16:44:06 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

Tk::SMListbox - Sortable Multicolumn Listbox with arrows in headers indicating sort order. River stage zero No dependents

Tk::SMListbox is a derivitive of Tk::MListbox that adds optional tiny up and down arrow graphics to columns in the SMListbox that the data is currently sorted on indicating ascending and/or descending order. It also now supports "-state => 'disabled'...

TURNERJW/Tk-SMListbox-2.21 - 31 Dec 2022 23:39:32 UTC

Tk::JThumbnail - Present a list of files in a directory as a grid of icons with or without text. River stage zero No dependents

Tk::JThumbnail is derived from the old Tk::Thumbnail widget. The reason for this fork is to: 1) Fix some issues including an FTBFS to run in modern Perl 5. 2) Add some features needed to use in my JFM5 Filemanager to provide it with a "graphical" opt...

TURNERJW/Tk-JThumbnail-2.4 - 22 Jan 2022 00:14:57 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
33 results (0.039 seconds)