Term::Stool::HelpBar
Term::Stool::HeUserrContributed Perl DocumTerm::Stool::HelpBar(r)



NAME
       Term::Stool::HelpBar - help bar widget

DESCRIPTION
       This is a help bar that can appear that the bottom of a
       container. Text on the bar is displayed left justified.
       The help text is stored in a stack; new text can be pushed
       onto the stack, and later popped off to display the old
       help text.

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

FIELDS
       helpstack
           This holds a reference the an array which is the help
           stack.

       center
           Whether the text should be centered. Defaults to
           false.

METHODS
       init
           Sets the fields above to reasonable defaults.

       push
           Push help text onto the stack

       pop Pop the topmost help text off.

       yoffset
           Always located at the bottom of the container it is
           inside.

       text
           Simply returns the item at the top of the helpstack.

AUTHOR
       Joey Hess <joey@kitenet.net>



2001-05-23                 perl v5.6.1    Term::Stool::HelpBar(r)