The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Tk::HList"

HList/HList.pm River stage three • 160 direct dependents • 171 total dependents

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC

Tk::Playlist - Tk::HList subclass providing playlist-like manipulation River stage zero No dependents

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::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::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::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::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::DBI::Table - Megawidget to display a sql-Statement in HList. River stage zero No dependents

This is a megawidget that enables you to display sql statements from a database. The features are: each column has a ResizeButton for flexible width The user can activate any Button to sort the column in the directions 'ASC', 'Desc' or 'None'. Sorted...

XPIX/Tk-DBIx-0.01 - 17 Dec 2003 18:08:28 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::HdrResizeButton - provides a resizeable button for a HList column header. River stage zero No dependents

The HdrResizeButton widget provides a resizeable button widget for use in an HList column header. When placed in the column header, the right edge of the widget can be selected and dragged to a new location to change the size of the HList column. Whe...

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

Tk::ResizeButton - provides a resizeable button to be used in an HList column header. River stage zero No dependents

The ResizeButton widget provides a resizeable button widget for use in an HList column header. When placed in the column header, the edge of the widget can be selected and dragged to a new location to change the size of the HList column. When resizin...

XPIX/Tk-ResizeButton-0.01 - 17 Apr 2003 14:38:56 UTC

Tk::FileBrowser::Header - Resizeable header for any HList like widget River stage zero No dependents

A resizeable header suitable for any HList like widget. Also a sort indicator is provided....

HANJE/Tk-FileBrowser-0.03 - 08 Apr 2024 21:01:21 UTC

Tk::Tree - Create and manipulate Tree widgets River stage zero No dependents

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

Tk::Help - Simple widget for creating a help system for Perl/Tk applications River stage zero No dependents

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

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::ObjEditor - Tk composite widget Obj editor River stage zero No dependents

This widget provides a GUI to edit the attributes of an object or the elements of a simple hash or array. The editor is a Tk::ObjScanner with additional function to edit data. The editor can be used in an autonomous way with the "edit_object" functio...

DDUMONT/Tk-ObjEditor-2.010 - 29 Oct 2023 14:54:30 UTC

Tk::ObjScanner - a GUI to scan any perl data structure or object River stage one • 3 direct dependents • 3 total dependents

The scanner provides a GUI to scan the attributes of an object. It can also be used to scan the elements of a hash or an array. This widget can be used as a regular widget in a Tk application or can be used as an autonomous popup widget that will dis...

DDUMONT/Tk-ObjScanner-2.018 - 22 Oct 2023 16:35:20 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::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::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::DBIx::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-DBIx-0.01 - 17 Dec 2003 18:08:28 UTC
24 results (0.04 seconds)