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

Search results for "module:Tk::bind"

Tk::SignalSlot - An alternative to Tk::bind River stage zero No dependents

Tk::SignalSlot provides an alternative to Tk::bind that is more similar to Qt's signal/slot mechanism. The main idea is that multiple callbacks can now be bound to one event. This allows for a more modular and object-oriented approach to Tk::bind whi...

AQUMSIEH/Tk-SignalSlot-0.1 - 26 Jan 2006 20:04:54 UTC

Tk::autobind - automatically bind a widget to an ALT-key River stage zero No dependents

"Tk::autobind" offers a convenient way to set up a form and have ALT-key bindings for the widgets on that form. All you have to do is call "autobind" after you create a widget. If the widget has an "-underline" configuration option set to a value gre...

KVAIL/Tk-autobind-1.2 - 17 Jun 2003 01:32:25 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::Graph - A graphical Chartmaker at Canvas (Realtime). River stage zero No dependents

A graphical Chartmaker at Canvas (Realtime). This is a real Canvas widget, so you can draw with the standard routines in the Canvas object. For example, you can draw a line with *$chart*->*line(x,y,...)*. This is useful for you when you will add a lo...

XPIX/Tk-Graph-0.06 - 12 Dec 2002 17:20:22 UTC

Tk::Trace - emulate Tcl/Tk trace functions. River stage three • 160 direct dependents • 171 total dependents

This class module emulates the Tcl/Tk trace family of commands by binding subroutines of your devising to Perl variables using simple Tie::Watch features. Callback format is patterned after the Perl/Tk scheme: supply either a code reference, or, supp...

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

Tcl::Tk - Extension module for Perl giving access to Tk via the Tcl extension River stage one • 2 direct dependents • 2 total dependents

The "Tcl::Tk" module provides access to the Tk library within Tcl/Tk installation. By using this module an interpreter object created, which then gain access to entire variety of installed Tcl libraries (Tk, Tix, BWidgets, BLT, etc) and existing feat...

VKON/Tcl-Tk-1.29 - 29 Jul 2018 15:26:01 UTC

Tk::Action - action abstraction for tk River stage one • 2 direct dependents • 5 total dependents

Menu entries are often also available in toolbars or other widgets. And sometimes, we want to enable or disable a given action, and this means having to update everywhere this action is allowed. This module helps managing actions in a Tk GUI: just cr...

JQUELIN/Tk-Action-1.093390 - 05 Dec 2009 09:15:46 UTC

Tk::EMatrix - Perl widget derived from Tk::TableMatrix. River stage zero No dependents

The EMatrix widget is a derived widget that provides 6 additional methods above and beyond the traditional Tk::TableMatrix widget....

DJBERG/Tk-EMatrix-0.01 - 19 Jan 2001 14:14:23 UTC

Tk::Cloth - An OO Tk Canvas River stage one • 7 direct dependents • 7 total dependents

Tk::Cloth provides an object-orientated approach to a canvas and canvas items....

SREZIC/Tk-GBARR-2.08 - 23 Sep 2008 19:50:04 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

Tk::GraphViz - Render an interactive GraphViz graph River stage zero No dependents

The GraphViz widget is derived from Tk::Canvas. It adds the ability to render graphs in the canvas. The graphs can be specified either using the DOT graph-description language, or using via a GraphViz or GraphViz2 object. When show() is called, the g...

ETJ/Tk-GraphViz-1.10 - 13 Jan 2021 04:13:01 UTC

Tk::PopEntry - An Entry widget with an automatic, configurable right-click menu built in, plus input masks. River stage zero No dependents

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. 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::TreeGraph - Tk widget to draw a tree in a Canvas River stage zero No dependents

Tk::TreeGraph is a Canvas specialized to draw trees on a Canvas using arrows and nodes. A node is simply some text imbedded in a rectangular shape. TreeGraph is able to draw the following items: * node: some text in a rectangular shape. * direct arro...

DDUMONT/Tk-TreeGraph-1.030 - 10 Apr 2007 12:02:06 UTC

Tk::PathEntry - Entry widget for selecting paths with completion River stage zero No dependents

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

Tk::StatusBar - A statusbar widget for Perl/Tk River stage zero No dependents

This module implements a configurable statusbar. The statusbar can be configured with any number of label sections and progressbar sections. Each label and/or progressbar section can be configured and controlled independantly. The entire statusbar ca...

ZABEL/Tk-StatusBar-0.04 - 05 Feb 2004 03:37:06 UTC

Tk::Workspace - Persistent, multi-purpose text processor. River stage zero No dependents

Workspace uses a modified Tk::Text widget to create an embedded Perl text editor. The resulting file can be run as a standalone program....

RKIES/Tk-Workspace-1.76 - 03 Apr 2014 17:08:42 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::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::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
37 results (0.032 seconds)