Search results for "module:Tk"

Tk::PopList - Popping a selection list relative to a widget River stage zero No dependents

Inherits Tk::Poplevel This widget pops a listbox relative to the widget specified in the -widget option. It aligns its size and position to the widget. You can specify -selectcall to do something when you select an item. It gets the selected item as ...

HANJE/Tk-PopList-0.03 - 12 Mar 2023 13:06:34 UTC

Tk::Browser - Perl library browser. River stage zero No dependents

Tk::Browser.pm creates a Perl library module browser. The browser window contains a module listing at the upper left, a symbol listing at the upper right, and a text display. If the argument to open() is a package or path name, the browser displays t...

RKIES/Tk-Browser-0.82-1 - 23 Apr 2015 17:26:30 UTC

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::Program - MainWindow Widget with special features. River stage zero No dependents

This is a megawidget to display a program window. I was tired of creating menues, prefs dialogues, about dialogues,... for every new application..... I searched for a generic way wrote this module. This modules stores the main window's font, size and...

XPIX/Tk-Program-0.03 - 20 Jun 2003 17:04:38 UTC

Tk::IPEntry - A megawidget for input of IP-Adresses IPv4 and IPv6 River stage zero No dependents

XPIX/Tk-IPEntry-0.03 - 11 Dec 2002 16:44:11 UTC

Tk::WaitBox - An Object Oriented Wait Dialog for Perl/Tk, of the Please Wait variety. River stage zero No dependents

A WaitBox consists of a number of subwidgets: * bitmap A bitmap (configurable via the *-bitmap* command, the default is an hourglass) on the left side of the WaitBox label A label (configurable via the *-txt1* command), with text in the upper portion...

BPOWERS/Tk-WaitBox-1.3 - 27 Jul 2000 04:04:43 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::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::JDialog - a translation of `tk_dialog' from Tcl/Tk to TkPerl (based on John Stoffel's idea). River stage zero No dependents

This is an OO implementation of `tk_dialog'. First, create all your Dialog objects during program initialization. When it's time to use a dialog, invoke the `show' method on a dialog object; the method then displays the dialog, waits for a button to ...

TURNERJW/Tk-JDialog-1.11 - 21 Jan 2016 06:01:32 UTC

Tk::Reindex - change the base index of Text-like widgets River stage three • 152 direct dependents • 163 total dependents

Creates a new widget class based on Text-like widgets that can redefine the line number base (normally Text widgets start line numbers at 1), or possibly other manipulations on indexes....

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

Tk::CheckBox - Another radio button style widget (with a check mark) River stage zero No dependents

A radio button style widget that uses a check mark in a box. Useful as a boolean field....

DKWILSON/Tk-DKW-0.03 - 26 Nov 1999 05:33:47 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::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::TimePick - Perl extension for a graphical user interface to pick timestrings syntax mistake-secure River stage one • 1 direct dependent • 1 total dependent

The module protect the application for syntax-mistakes, made by users, while insert time specifications....

KNORR/Tk-TimePick-0.02 - 30 May 2006 17:53:48 UTC

Tk::Checkbox - Yet Another Checkbutton widget (with a sizable marker) River stage zero No dependents

Another check button style widget that uses a check mark in a fixed box. Useful as a boolean field. It's based on Damion K. Wilson's version from Tk-DKW-0.03, suitable for perl Tk800.x (developed with Tk800.024). You can tie a scalar-value to the Che...

MIKRA/Tk-MK-0.23 - 11 Feb 2014 11:31:34 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::FmtEntry - A Formatted Entry widget River stage zero No dependents

A normal Entry widget, but it may enforce some format upon the entered value. For example, telephone number, credit-card, or currency (money) formats. The programmer must supply the formatting function. See below for examples. Otherwise, this acts a ...

ROSCIO/Tk-FmtEntry-0.1 - 17 Jun 2010 20:38:38 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::DataTree - A tree widget for arbitrary data structures River stage zero No dependents

The Tk::DataTree class is a derivate of Tk::Tree intended for displaying arbitrary data structures. It's a bit like having Data::Dumper as a Tk widget....

MHX/Tk-DataTree-0.06 - 13 Apr 2008 09:02:24 UTC

Tk::WinPhoto - Load a Photo image from a window River stage three • 152 direct dependents • 163 total dependents

This is an extension for Tk800.* which will load a Photo image from a snapshot of an X window specified by the -data option. The window must exist and be visible. Because the code allows you to capture windows not owned by Tk it does not attempt to e...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC
625 results (0.024 seconds)