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

NAME

Gapp::ButtonBox - ButtonBox widget

OBJECT HIERARCHY

Gapp::Widget
+-- Gapp::Container
....+-- Gapp::Box
........+-- Gapp::ButtonBox

PROVIDED ATTRIBUTES

buttons
is rw
isa ArrayRef[Gapp::Action|Gapp::Button].

An ArrayRef of buttons or actions to add to the button box. You may still add buttons using the content attribute, however using the buttons attribute allows you to use actions.

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.