package Agar::Button; use strict; use Agar; 1; __END__ =head1 NAME Agar::Button - a clickable button widget =head1 SYNOPSIS use Agar; use Agar::Button; Agar::Button->new($parent); =head1 DESCRIPTION Extends Agar::Widget and Agar::Object. Please see AG_Button(3) for a full explanation of what its methods do and what bindings and events it defines, if any. =head1 INHERITANCE HIERARCHY L -> L -> B =head1 METHODS =over 4 =item B<$widget = Agar::Button-Enew($parent, [%options])> Constructor. Recognised options include: =over 4 =item C =item C =item C =item C Z<> =back =item B<$widget-EsetPadding($left,$right,$top,$bottom)> =item B<$widget-Ejustify($mode)> =item B<$widget-EvAlign($mode)> =item B<$widget-EsetRepeatMode($on)> =item B<$widget-Esurface($surface)> =back =head1 AUTHOR Mat Sutcliffe EFE Julien Nadeau Carriere EFE =head1 SEE ALSO L, L =cut