Search results for "Tk::Text"
Tk::Text - Create and manipulate Text widgets
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- Text/Text.pm
- Tk::ROText - 'readonly' perl/Tk Text widget
- Tk::TextUndo - perl/tk text widget with bindings to undo changes.
- 65 more results from Tk »
Tie::Tk::Text - Access Tk text widgets as arrays.
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
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- tkpod - Perl/Tk Pod browser
- Tk::More - a 'more' or 'less' like text widget
- Tk::Pod - Pod browser toplevel widget
- 2 more results from Tk-Pod »
Tk::Zinc::Text - Zinc extension for easing text input on text item or on fields
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
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
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::Multi::Manager - Tk composite widget managing Tk::Multi slaves
- Tk::Multi::Frame - A TFrame widget managed by Tk::Multi
Tk::Text::Viewer - Simple Text Viewer
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
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
The documentation of this module is only intended for developers of the package itself....
DORNER/UI-Various-0.38 - 10 Jan 2023 12:23:37 UTC - Search in distribution- UI::Various - graphical/non-graphical user interface without external programs
- UI::Various::Dialog - general top-level dialogue widget of UI::Various
- UI::Various::Listbox - general listbox widget of UI::Various
Tk::XText - Extended Text widget
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.41 - 01 Jun 2023 21:31:24 UTC - Search in distribution- Tk::CodeText - Programmer's Swiss army knife Text widget.
- Tk::CodeText::Theme - Theme object for highlight colors in Tk::CodeText.
- lib/Tk/CodeText/Kamelon.pm
- 2 more results from Tk-CodeText »
Tk::TextVi - Tk::Text widget with Vi-like commands
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.
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.
"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
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
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::ROTextANSIColor - Read-only Tk::TextANSIColor
Tk::TextHighlight - a TextUndo/SuperText widget with syntax highlighting capabilities, can also use Kate languages.
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::TextHighlight::Perl - a Plugin for Perl syntax highlighting
- Tk::TextHighlight::Kate - a Plugin for Perl syntax highlighting
- Tk::TextHighlight::None - a Plugin for No syntax highlighting
- 7 more results from Tk-TextHighlight »
Tk::WorkspaceText - Text editor widget.
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- ws-upgrade - Upgrade a workspace.
- Tk::Workspace - Persistent, multi-purpose text processor.
- Tk::SearchDialog
Tk::LineNumberText - Line numbers for your favorite Text-derived widget
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
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- Tk::TFrame - A Titled Frame widget
- Tk::NumEntryPlain - A numeric entry widget
lib/Tcl/Tk/Widget/Text.pm
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