Term::Stool::Window
Term::Stool::WiUser(Contributed Perl DocumeTerm::Stool::Window(w)



NAME
       Term::Stool::Window - window widget

DESCRIPTION
       This is a window widget. It is a container that draws a
       window on the screen, complete with a title and a shadow.

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

FIELDS
       title
           The title of the window.

METHODS
       init
           Sets up reasonable defaults for fields and colors.
           Instantiates a shadow for the window.

       display
           Displays the window, its decorations, and everything
           inside it.

       resize
           Windows default to being centered onscreen.

       move_focus_fallback
           This makes focus loop; so the item after the last item
           is the first item, and the item before the first item
           is the last item.

AUTHOR
       Joey Hess <joey@kitenet.net>



2001-05-23                 perl v5.6.1     Term::Stool::Window(w)