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

Search results for "Tk::Text"

Tk::Text - Create and manipulate Text widgets River stage three • 160 direct dependents • 171 total dependents

The Text method creates a new window (given by the $text argument) and makes it into a text widget. Additional options, described above, may be specified on the command line or in the option database to configure aspects of the text such as its defau...

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

Tie::Tk::Text - Access Tk text widgets as arrays. River stage one • 1 direct dependent • 2 total dependents

This module defines a class for tie()ing Tk text widgets to an array, allowing them to be accessed as if they were an array of lines. It's not expected that anyone will actually want to populate and manipulate their text widgets this way, though you ...

MJCARMAN/Tie-Tk-Text-0.92 - 20 Jan 2009 23:59:06 UTC - Search in distribution

Tk::Pod::Text - Pod browser widget River stage two • 5 direct dependents • 11 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 - Search in distribution

Tk::Zinc::Text - Zinc extension for easing text input on text item or on fields River stage zero No dependents

This module implements text input with the mouse and keyboard 'a la emacs'. Text items must have the 'text' tag and must of course be sensitive. Track, waypoint and tabular items have fields and these fields can be edited the same way. Only sensitive...

ASB/Tk-Zinc-3.306 - 11 Apr 2021 10:35:46 UTC - Search in distribution
  • zinc-demos - Demonstration of TkZinc widget functionnality
  • Tk::Zinc - TkZinc is another Canvas which proposes many new functions, some based on openGL
  • Tk::Zinc::Trace - A module to trace all Tk::Zinc method calls

Tk::Zinc::Text - Zinc extension for easing text input on text item or on fields River stage zero No dependents

This module implements text input with the mouse and keyboard 'a la emacs'. Text items must have the 'text' tag and must of course be sensitive. Track, waypoint and tabular items have fields and these fields can be edited the same way. Only sensitive...

ZINCDEV/tk-zinc-3.303 - 01 Apr 2006 16:25:57 UTC - Search in distribution
  • zinc-demos - Demonstration of TkZinc widget functionnality
  • Tk::Zinc - TkZinc is another Canvas which proposes many new functions, some based on openGL
  • Tk::Zinc::Trace - A module to trace all Tk::Zinc method calls

Tk::Multi::Text - Tk composite widget with a scroll window and more River stage zero No dependents

This composite widget features : * a scrollable read-only text window (based on ROtext) * A print menu button (The shell print command may be modified by setting $Tk::Multi::Text::printCmd to the appropriate shell command. By default, it is set to 'l...

DDUMONT/Tk-Multi-1.006 - 04 Nov 2004 14:23:38 UTC - Search in distribution

Tk::Text::Viewer - Simple Text Viewer River stage zero No dependents

Tk::Text::Viewer IS A text widget that can display text files under TK. It enable the user to search text and navigate in a Text widget. The reason for creating this module is that it doesn't require downloading of modules other that Tk; Look for wid...

RAZINF/Tk-Text-Viewer-0.95 - 06 Mar 2010 22:16:45 UTC - Search in distribution

Tk::Text::SuperText - An improved text widget for Perl/Tk River stage zero No dependents

Tk::Text::SuperText implements many new features over the standard Tk::Text widget while supporting all its standard features. It's used simply as the Tk::Text widget. New Features: * Unlimited undo/redo. So you can undo and redo whatever you deleted...

ASB/Tk-Text-SuperText-0.12 - 08 Sep 2021 21:30:41 UTC - Search in distribution

UI::Various::Tk::Text - concrete implementation of UI::Various::Text River stage zero No dependents

The documentation of this module is only intended for developers of the package itself....

DORNER/UI-Various-1.00 - 20 Jan 2024 10:14:34 UTC - Search in distribution

Tk::XText - Extended Text widget River stage zero No dependents

Tk::XText inherits Tk::Text. It adds an advanced Undo/Redo stack, facilities for indenting and unindenting, commenting and uncommenting and autoindendation. It's main purpose is to serve as the text widget in the Tk::CodeText mega widget. The options...

HANJE/Tk-CodeText-0.49 - 23 Apr 2024 15:43:01 UTC - Search in distribution

Tk::TextVi - Tk::Text widget with Vi-like commands River stage zero No dependents

Tk::TextVi is a Tk::TextUndo widget that replaces InsertKeypress() to handle user input similar to vi. All other methods remain the same (and most code should be using $text->insert( ... ) rather than $text->InsertKeypress()). This only implements th...

JSTROM/Tk-TextVi-0.015 - 10 May 2009 14:44:50 UTC - Search in distribution
  • EditorVi - Composite Tk::TextVi widget

Tk::DiffText - Perl/Tk composite widget for colorized diffs. River stage one • 1 direct dependent • 1 total dependent

This module defines a composite widget that makes it simple to provide basic "diff" functionality to your Tk applications....

MJCARMAN/Tk-DiffText-0.19 - 21 Mar 2008 18:14:09 UTC - Search in distribution

Tk::HyperText - An ROText widget which renders HTML code. River stage one • 2 direct dependents • 2 total dependents

"Tk::HyperText" is a widget derived from "Tk::ROText" that renders HTML code. PURPOSE First of all, Tk::HyperText is NOT expected to become a full-fledged web browser widget. This module's original idea was just to be a simple HTML-rendering widget, ...

KIRSLE/Tk-HyperText-0.13 - 08 Oct 2022 22:54:29 UTC - Search in distribution

Tk::ROSyntaxText - Read-only text widget with syntax highlighting River stage zero No dependents

Tk::ROSyntaxText is a read-only text widget that applies syntax highlighting to its data. *Tk::ROSyntaxText* inherits from "Tk::ROText" which, in turn, inherits from "Tk::Text". The syntax parsing is carried out via "Syntax::Highlight::Engine::Kate"....

KCOTT/Tk-ROSyntaxText-1.001 - 10 Aug 2010 22:37:47 UTC - Search in distribution

Tk::TextANSIColor - Tk::Text widget with support for ANSI color escape codes River stage zero No dependents

This widget extends the capabilities of the standard Tk::Text widget by adding support for ANSI color escape codes. When these escape codes are detected they are replaced by equivalent tags. This widget was developed to solve the problem associated w...

TJENNESS/Tk-TextANSIColor-0.16 - 03 Dec 2010 21:28:26 UTC - Search in distribution

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 - Search in distribution

Tk::WorkspaceText - Text editor widget. River stage zero No dependents

The Tk::WorkspaceText widget is derived from the Tk::Text and Tk::TextUndo widgets. For information about standard options, refer to the widgets' documentation. Tk::WorkspaceText widgets use fixed tabs, and support paragraph filling and selection, a ...

RKIES/Tk-Workspace-1.76 - 03 Apr 2014 17:08:42 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

lib/Tcl/Tk/Widget/Text.pm River stage one • 2 direct dependents • 2 total dependents

VKON/Tcl-Tk-1.29 - 29 Jul 2018 15:26:01 UTC - Search in distribution
  • Tcl::Tk - Extension module for Perl giving access to Tk via the Tcl extension
291 results (0.093 seconds)