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

Tixish/BrowseEntry.pm River stage three • 163 direct dependents • 174 total dependents

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

Tk::JBrowseEntry - Full-featured "Combo-box" (Text-entry combined with drop-down listbox) derived from Tk::BrowseEntry with many additional features and options. River stage one • 1 direct dependent • 2 total dependents

Tk::JBrowseEntry is a derived widget from Tk::BrowseEntry, but adds numerous features and options. Among them are hash lists (one set of values is displayed for the user, but another is used as data), ability to disable either the text entry widget o...

TURNERJW/Tk-JBrowseEntry-5.30 - 24 Jun 2023 13:10:22 UTC

Tk::HistEntry - Entry widget with history capability River stage one • 1 direct dependent • 1 total dependent

"Tk::HistEntry" defines entry widgets with history capabilities. The widgets come in two flavours: "HistEntry" (in package "Tk::HistEntry::Browse") - with associated browse entry "SimpleHistEntry" (in package "Tk::HistEntry::Simple") - plain widget w...

SREZIC/Tk-HistEntry-0.45 - 31 Dec 2017 13:37:21 UTC

Tk::WidgetDump - dump the widget hierarchie River stage zero No dependents

"Tk::WidgetDump" helps in debugging Perl/Tk applications. By calling the "WidgetDump" method, a new toplevel with the widget hierarchie will be displayed. The hierarchie can always be refreshed by the Refresh button (e.g. if new widgets are added aft...

SREZIC/Tk-WidgetDump-1.39 - 27 Nov 2013 11:31:04 UTC

lib/Tk/TextHighlight/RulesEditor.pm River stage zero No dependents

TURNERJW/Tk-TextHighlight-1.1.1 - 20 Jan 2016 05:32:04 UTC

Tk::ListEntry - BrowseEntry like widget without button River stage one • 2 direct dependents • 3 total dependents

Tk::ListEntry is a variant of the Tk::BrowseEntry widget except it does not have a button. Clicking the entry will pop the list. You can use all config options and methods of the Entry widget....

HANJE/Tk-ListEntry-0.02 - 22 Mar 2024 12:14:22 UTC

Tk::MatchingBE - A single-selection BrowseEntry with 'matching' Entry widget River stage zero No dependents

Tk::MatchingBE is a Tk::BrowseEntry which allows for a single selection from a given list of choices/options. In order to find the right item in the choices list, the Entry widgets content is matched against the lists elements as the user types. The ...

LAMPRECHT/Tk-EntrySet-0.11 - 27 May 2011 15:31:51 UTC

Tk::Mirror - Perl extension for a graphic user interface to up- or download local and remote directories River stage zero No dependents

This is a graphic user interface to compare, up- or download local and remote directories....

KNORR/Tk-Mirror-0.06 - 25 Oct 2008 14:53:52 UTC

Tk::Getopt - User configuration window for Tk with interface to Getopt::Long River stage zero No dependents

Tk::Getopt provides an interface to access command line options via Getopt::Long and editing with a graphical user interface via a Tk window. Unlike Getopt::Long, this package uses a object oriented interface, so you have to create a new Tk::Getopt o...

SREZIC/Tk-Getopt-0.51 - 23 Apr 2017 09:00:29 UTC

Tk::ToolBar - A toolbar widget for Perl/Tk River stage one • 3 direct dependents • 6 total dependents

This module implements a dockable toolbar. It is in the same spirit as the "short-cut" toolbars found in most major applications, such as most web browsers and text editors (where you find the "back" or "save" and other shortcut buttons). Buttons of ...

ASB/Tk-ToolBar-0.12 - 27 Feb 2015 23:06:03 UTC

Tcl::pTk - Interface to Tcl/Tk with Perl/Tk compatible syntax River stage zero No dependents

"Tcl::pTk" interfaces perl to an existing Tcl/Tk installation on your computer. It has fully perl/tk (See Tk) compatible syntax for running existing perl/tk scripts, as well as direct-tcl syntax for using any other Tcl/Tk features. Using this module ...

CAC/Tcl-pTk-1.11 - 10 Aug 2023 09:08:25 UTC

Tk::Dressing - Set a theme (dressing) in your widget and its children. River stage zero No dependents

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::EntrySet - display/edit a list of values in a Set of Widgets. River stage zero No dependents

Tk::EntrySet creates a Set of widgets to display/edit a list of values. The widget class is configurable. Tk::EntrySet adds/removes widgets to match the size of the valuelist. If a user deletes an entrywidgets content, the value is deleted from the v...

LAMPRECHT/Tk-EntrySet-0.11 - 27 May 2011 15:31:51 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::MatchEntry - Entry widget with advanced auto-completion capability River stage zero No dependents

"Tk::MatchEntry" is an Entry widget with focus on user-friendly auto-completion. Its usage is similar to "Tk::BrowseEntry" and "Tk::HistEntry". With each character the user types in the widget, automatic completion can be attempted based on a list of...

ASB/Tk-MatchEntry-0.5 - 29 Oct 2020 20:55:49 UTC

Tk::Pod::Text - Pod browser widget River stage two • 7 direct dependents • 13 total dependents

Tk::Pod::Text is a readonly text widget that can display Pod documentation....

SREZIC/Tk-Pod-0.9943 - 31 Jan 2016 13:45:11 UTC

Tk::Image::Cut - Perl extension for a graphic user interface to cut pictures. River stage zero No dependents

Perl extension for a graphic user interface to cut pictures. The module is a mixed widget from Buttons, Labels, BrowseEntry, Entrys and Canvas widgets. I hope the graphic user interface is simple enough to be understood without great declarations. It...

KNORR/Tk-Image-Cut-0.07 - 09 Apr 2006 18:09:24 UTC

Tk::DBI::LoginDialog - DBI login dialog class for Perl/Tk. River stage zero No dependents

"Tk::DBI::LoginDialog" is a dialog widget which interacts with the DBI interface specifically to attempt a connection to a database, and thus returns a database handle. This widget allows the user to enter username and password details into the dialo...

TMCMEEKI/Tk-DBI-LoginDialog-1.007 - 24 Sep 2020 22:15:17 UTC

Tk::Canvas::GradientColor - To create a Canvas widget with background gradient color. River stage one • 3 direct dependents • 3 total dependents

Tk::Canvas::GradientColor is an extension of the Canvas widget. It is an easy way to build a canvas widget with gradient background color....

DJIBEL/Tk-Canvas-GradientColor-1.06 - 30 Apr 2014 20:00:38 UTC
19 results (0.064 seconds)