NAME
Gapp::Button - Button Widget
OBJECT HIERARCHY
- Gapp::Object
 - +-- Gapp::Widget
 - ....+-- Gapp::Button
 
Roles
- Gapp::Meta::Widget::Native::Role::HasAction
 - Gapp::Meta::Widget::Native::Role::HasLabel
 - Gapp::Meta::Widget::Native::Role::HasIcon
 - Gapp::Meta::Widget::Native::Role::HasStockId
 
PROVIDED ATTRIBUTES
- label
 - 
The label text to use on the button.
 - icon
 - 
The stock item to use for the button image. See
stock_idto create a button with a stock image and stock label. - image
 - 
The image to use on the button.
 - stock_id
 - 
The stock item to use on the button.
 
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.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 81:
 You forgot a '=back' before '=head1'