Search results for "Tk::ROText"
Tk::ROText - 'readonly' perl/Tk Text widget
This "*IS A*" text widget with all bindings removed that would alter the contents of the text widget. The contents can still be modified via method calls. BINDINGS Only read-only bindings from Tk::Text are available in Tk::ROText. Additionally the fo...
SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC - Search in distribution- Tk/ROText.pm
- TextList/ReindexedROText.pm
- Tk - a graphical user interface toolkit for Perl
- 3 more results from Tk »
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::ROTextANSIColor - Read-only Tk::TextANSIColor
This is a read-only version of "Tk::TextANSIColor"....
TJENNESS/Tk-TextANSIColor-0.16 - 03 Dec 2010 21:28:26 UTC - Search in distribution
lib/Tcl/pTk/ROText.pm
CAC/Tcl-pTk-1.10
-
07 Oct 2022 12:43:02 UTC
-
Search in distribution
- Tcl::pTk - Interface to Tcl/Tk with Perl/Tk compatible syntax
lib/Tk/ROTextHighlight.pm
TURNERJW/Tk-TextHighlight-1.1.1
-
20 Jan 2016 05:32:04 UTC
-
Search in distribution
- Tk::TextHighlight - a TextUndo/SuperText widget with syntax highlighting capabilities, can also use Kate languages.
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::ErrorDump - An alternative to Tk::Error or Tk::ErrorDialog
[ NOTE: This module is derived directly from Tk::ErrorDialog... tho you probably can't tell it anymore ] An error dialog that traps Tk errors, then displays the error and stack trace in a ROText widget, and gives the user the opportunity to save that...
DARNOLD/Tk-ErrorDump-0.02 - 16 Jan 2004 18:04:14 UTC - Search in distribution
Tk::MarkdownTk - a Tk::Markdown with tk widget tag support
JIMI/Tk-MarkdownTk-0.07
-
13 Jan 2014 06:34:49 UTC
-
Search in distribution
Tcl::Tk - Extension module for Perl giving access to Tk via the Tcl extension
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 - Search in distribution
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
Tkx::ROText - Tkx text widget that supports a read-only state.
Tk's text widget doesn't support the 'readonly' state, nor does Tk have a separate read-only text widget. This means that Tkx -- being a thin wrapper around Tcl/Tk -- doesn't either. Instead of providing a text widget that is always read-only (like P...
MJCARMAN/Tkx-ROText-0.06 - 07 Feb 2009 00:39:03 UTC - Search in distribution
Tk::More - a 'more' or 'less' like text widget
Tk::More is a readonly text widget with additional key bindings as found in UNI* command line tools "more" or "less". As in "more" an additional status/command line is added at the bottom....
SREZIC/Tk-Pod-0.9943 - 31 Jan 2016 13:45:11 UTC - Search in distribution
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::Program - MainWindow Widget with special features.
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 - Search in distribution
Bio::MCPrimers
Creates molecular cloning PCR primer pairs for a given gene so that the gene can be directionally inserted into a vector. Solver is generic, restriction enzymes and their order in the vector are specified in the caller....
SLENK/Bio-MCPrimers-2.5 - 13 Sep 2006 16:47:00 UTC - Search in distribution
Tk::Markdown - display Markdown in a Text
Tk::Markdown is a widget to render Markdown <https://en.wikipedia.org/wiki/Markdown> in a Tk::Text widget....
ASB/Tk-Markdown-0.08 - 31 Oct 2022 20:40:00 UTC - Search in distribution
Tk::DoCommand - Asynchronously Do a Command
Execute a command asynchronously, and display the output within this widget. Both stdout and stderr are captured. This *is-a* Tk::ROText widget. This is similar to Tk::ExecuteCommand. But Tk::ExecuteCommand is not fully asynchronous, it that its exec...
ROSCIO/Tk-DoCommand-0.1 - 21 Jun 2010 17:39:20 UTC - Search in distribution
Tk::HyperlinkButton - Create a clickable hyperlink button to open a web browser
Tk::Hyperlink is an adjusted Tk::Button widget to display a hyperlink. The hyperlink will be displayed with blue foreground color by default and highlighted on mouse over. The look and feel resembles a Label (no borders by default). A custom callback...
ASB/Tk-HyperlinkButton-0.02 - 03 Nov 2019 18:19:27 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
Tk::ExecuteCommand - execute a command asynchronously (non-blocking).
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 - Search in distribution