The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Gapp::Dialog - Dialog Widget

OBJECT HIERARCHY

Gapp::Object
+-- Gapp::Widget
....+-- Gapp::Container
........+-- Gapp::Window
............+-- Gapp::Dialog

PROVIDED ATTRIBUTES

action_widgets
is rw
isa Maybe[ArrayRef]

Additional widgets to pack into the action area.

buttons
is rw
isa Maybe[ArrayRef]

Buttons to pack into the dialog. Can use GappAction items here as well.

DELEGATED METHODS

max_run

AUTHORS

Jeffrey Ray Hallock <jeffrey.hallock at gmail dot com>

COPYRIGHT & LICENSE

    Copyright (c) 2011-2012 Jeffrey Ray Hallock.

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