CodeText::None(3pm) | User Contributed Perl Documentation | CodeText::None(3pm) |
Tk::CodeText::None - a Plugin for No syntax highlighting
require Tk::CodeText::None; my $hl = new Tk::CodeText::None; my @line = $hl->highlight($line);
Tk::CodeText::None is some kind of a dummy plugin module. All methods to provide highlighting in a Tk::CodeText widget are there, ready to do nothing.
It only provides those methods, that Tk::CodeText is going to call upon.
The description of the remaining methods is more a description of what they are supposed to do if you write your own plugin. These methods actually do as little as possible.
Hans Jeuken (haje@toneel.demon.nl)
Unknown.
2023-01-03 | perl v5.36.0 |