Tk::ROTextANSIColor - Read-only Tk::TextANSIColor


Tk-TextANSIColor documentation  | view source Contained in the Tk-TextANSIColor distribution.

Index


NAME

Top

Tk::ROTextANSIColor - Read-only Tk::TextANSIColor

SYNOPSIS

Top

  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

Top

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

SEE ALSO

Top

Tk::ROText, Tk::TextANSIColor

AUTHOR

Top

Tim Jenness (<tjenness@cpan.org>)

COPYRIGHT

Top


Tk-TextANSIColor documentation  | view source Contained in the Tk-TextANSIColor distribution.