NAME
Tk::ROTextANSIColor - Read-only Tk::TextANSIColor
SYNOPSIS
use Tk::ROTextANSIColor;
$wid = $mw->ROTextANSIColor(?options,...?);
$wid->insert($pos, $string, ?taglist, ?string, ?taglist);
use Term::ANSIColor;
$red = color('red'); # Retrieve color codes
$bold = color('bold');
$wid->insert('end', "$red red text $bold with bold\n");
DESCRIPTION
This is a read-only version of Tk::TextANSIColor
.
SEE ALSO
AUTHOR
Tim Jenness (<t.jenness@jach.hawaii.edu>)
COPYRIGHT
Copyright (c) 1999-2000 Tim Jenness. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.