Sprog::TextGearView::TextWindow.3pm

Langue: en

Autres versions - même langue

Version: 2005-06-10 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Sprog::TextGearView::TextWindow - custom text-mode view for Sprog::Gear::TextWindow

DESCRIPTION

This class implements the 'view' logic for the Sprog::Gear::TextWindow gear. Rather than displaying text in a scrolling window (as Sprog::GtkGearView::TextWindow does), this class simply outputs text to STDOUT.

INSTANCE METHODS

clear ( )

This method does nothing.

add_data ( data )

Takes the supplied data (presumably text) and outputs it to STDOUT. Copyright 2005 Grant McLean <grantm@cpan.org>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.