rotextansicolor(3)

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 bold0);

DESCRIPTION

This is a read-only version of "Tk::TextANSIColor".

SEE ALSO

Tk::ROText, Tk::TextANSIColor

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.
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout