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

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
is rw
isa Maybe[Str]

The label text to use on the button.

icon
is rw
isa Maybe[Str]

The stock item to use for the button image. See stock_id to create a button with a stock image and stock label.

image
is rw
isa Maybe[Gapp::Image]

The image to use on the button.

stock_id
is rw
isa Maybe[Str]

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'