Term::Stool::Text
Term::Stool::TeUser)Contributed Perl DocumentTerm::Stool::Text(t)



NAME
       Term::Stool::Text - text display

DESCRIPTION
       This is a widget that displays text.

       Term::Stool::Widget is the parent of this class.

FIELDS
       can_focus
           Text widgets are unfocusable by default.

METHODS
       init
           Sets reasonable defaults.

           Note that a named parameter called "text" may be
           passed in, with the same effect as calling the text
           method after creating the object, and setting the
           width and height to the size of that text.

       textlines
           Get the text to display, broken up by line. This is
           mainly here so it can be overridden in subclasses (if
           they want to wrap the text, say).

       display
           Displays the widget.

AUTHOR
       Joey Hess <joey@kitenet.net>



2001-05-23                 perl v5.6.1       Term::Stool::Text(t)