Search results for "module:Tk"

Tk::CanvasDirTree - Perl Derived Canvas widget for browsing Directory Trees River stage zero No dependents

This widget reads a directory tree, in an efficient manner, and provides an intuitive graphical interface to selecting them. It only recurses 2 levels at a time, so it is efficient on deeply nested trees. It is similar in appearance to the Gtk2 TreeV...

ZTK/Tk-CanvasDirTree-0.04 - 12 Apr 2006 17:57:29 UTC

Tk::TextHighlight - a TextUndo/SuperText widget with syntax highlighting capabilities, can also use Kate languages. River stage zero No dependents

Tk::TextHighlight inherits Tk::TextUndo and all its options and methods. Besides syntax highlighting, methods are provided for commenting and uncommenting as well as indenting and unindenting a selected area, matching pairs of braces, brackets and br...

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

Tk::CursorControl - Manipulate the mouse cursor programmatically River stage zero No dependents

Tk::CursorControl is-NOT-a Tk::Widget. Rather, it *uses* Tk and encompasses a collection of methods used to manipulate the cursor *(aka pointer)* programmatically from a Tk program....

DUNNIGANJ/Tk-CursorControl-0.4 - 25 Apr 2004 18:58:55 UTC

Tk::Win32RotLabel - A widget that allows rotated labels on the Win32 platform. River stage zero No dependents

This widget extends a simple Label to allow rotated text. It is Win32-specific since a solution already exists on *nix systems (search for Tk::CanvasRottext and Tk::RotX11Font by Slaven Rezic). Please see the "BUGS" section below....

AQUMSIEH/Tk-Win32RotLabel-0.4 - 24 Dec 2008 00:14:11 UTC

Tk::ObjectHandler - Perl extension for Tk River stage zero No dependents

Creating a program in Tk can sometimes become confusing due to the number of variables needed to hold pointers to widgets. Tk::ObjectHandler is an attempt to provide a generic method for providing a logical heirarchy for widgets, allowing easy refere...

CAILLTE/Tk-ObjectHandler-0.03 - 26 Mar 2002 14:42:11 UTC

Tk::Task - allow multiple "tasks" to proceed at once River stage zero No dependents

"Tk::Task" is a module to allow a lengthy operation to be subdivided into smaller pieces, with time to process events between pieces. For example, a program that loaded a large number of records from a database could make the load process a task, all...

KVAIL/Tk-Task-1.1 - 24 Oct 2002 01:21:36 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::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

Tk::PerlMethodList - query the Symbol-table for methods (subroutines) defined in a class (package) and its parents. River stage one • 1 direct dependent • 1 total dependent

Tk::PerlMethodList is a Tk::Toplevel-derived widget. The window contains entry fields for a classname and a regex. The list below displays the subroutine-names in the package(s) of the given classname and its parent classes. The list displays the sub...

LAMPRECHT/Tk-PerlMethodList-0.08 - 19 Oct 2018 10:02:08 UTC

Tk::LineNumberText - Line numbers for your favorite Text-derived widget River stage zero No dependents

LineNumberText is a composite widget which provides line numbers for your favorite widget derived from Tk::Text or, of course, even for Tk::Text itself....

DUNNIGANJ/Tk-LineNumberText-0.5 - 14 Nov 2004 22:16:20 UTC

Tk::CompoundButton - Enhanced Button widget with a bitmap/image AND a text label River stage zero No dependents

A Button widget that can be used as a replacement for the standard Button, if you want to display a bitmap/image AND a text label....

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

Tk::ExecuteCommand - execute a command asynchronously (non-blocking). River stage zero No dependents

Tk::ExecuteCommand runs a command yet still allows Tk events to flow. All command output and errors are displayed in a window. This ExecuteCommand mega widget is composed of an LabEntry widget for command entry, a "Do It" Button that initiates comman...

LUSOL/Tk-ExecuteCommand-1.6 - 18 May 2004 18:14:47 UTC

Tk::IDEpanedwindow - Subclass of Tk::Panedwindow to Control Pane Resize Behavior River stage zero No dependents

This is a subclass of the Tk::Panedwindow widget that adds a *expandfactors* option that controls how the paned-windows are resized when the overall widget is resized. The parent class Tk::Panedwindow only changes the last pane when the entire widget...

CAC/Tk-IDElayout-0.37 - 12 Dec 2020 22:09:25 UTC

Tk::AbstractCanvas - Canvas with Abstract center, zoom, and rotate methods River stage zero No dependents

AbstractCanvas provides an alternative to a Tk::Canvas object which partially abstracts the coordinates of objects drawn onto itself. This allows the entire Canvas to be zoomed or rotated. Rotations modify the coordinates that the original object was...

PIP/Tk-AbstractCanvas-1.82 - 13 Jul 2017 16:20:47 UTC

Tk::ProgressSplash - create a starting splash screen with a progress bar River stage zero No dependents

Create a splash screen with progress bar. METHODS Show The Show() method takes the same arguments as the Show() method of Tk::Splash. Additionally you can specify: -splashtype Set to "fast" if you want to use Tk::FastSplash instead of Tk::Splash as t...

SREZIC/Tk-Splash-0.16 - 18 Nov 2014 07:42:43 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::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::ProgressBarPlus - A graphical progress bar River stage zero No dependents

Tk::ProgressBarPlus provides a widget which will show a graphical representation of a value, given maximum and minimum reference values....

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

Tk::FlatRadiobutton - an alternative radiobutton implementation for perl/Tk River stage zero No dependents

Tk::FlatRadiobutton is an alternative radiobutton implementation. Please refer to the Tk::FlatCheckbox documentation for a list of valid options....

SREZIC/Tk-FlatCheckbox-0.09 - 04 Mar 2012 10:18:41 UTC

Tk::ROTextANSIColor - Read-only Tk::TextANSIColor River stage zero No dependents

This is a read-only version of "Tk::TextANSIColor"....

TJENNESS/Tk-TextANSIColor-0.16 - 03 Dec 2010 21:28:26 UTC
625 results (0.022 seconds)