NAME

Gapp::Meta::Widget::Native::Role::HasIcon - icon attribute for widgets

SYNOPSIS

Gapp::Button->new( icon => 'gtk-quit', label => 'Exit' );

PROVIDED ATTRIBUTES

icon
is rw
isa Str|Undef

The stock-id of the image to apply to the widget.

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.