Term::Stool::Dialog
Term::Stool::DiUser(Contributed Perl DocumeTerm::Stool::Dialog(g)



NAME
       Term::Stool::Dialog - window widget with buttons at the
       bottom

DESCRIPTION
       This is a window widget, with a container at the bottom
       where buttons may be displayed.

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

FIELDS
       inside
           This container fills the top of the window.

       buttonbar
           The container that holds the buttons. By default, this
           is a ButtonBar but it may be any type of container (or
           widget).

METHODS
           init
               Sets the fields above to reasonable defaults, and
               adds inside and buttonbar to the contents of the
               object and positions them.

           position
               A helper function, this sets up the positions of
               the buttonbar and container.

           resize
               Positions the buttonbar and container.

           display
               Display all contents, and then the horizontal line
               separating buttonbar and top part.

AUTHOR
       Joey Hess <joey@kitenet.net>



2001-05-23                 perl v5.6.1     Term::Stool::Dialog(g)