package Agar::Widget; use strict; use Agar; 1; __END__ =head1 NAME Agar::Widget - base type for all Agar widgets =head1 SYNOPSIS use Agar; use Agar::Widget; =head1 DESCRIPTION B is the base type for all Agar GUI elements. =head1 INHERITANCE HIERARCHY L -> B =head1 METHODS =over 4 =item B<$widget-EsetStyle($attribute, $value)> Change the specified CSS attribute for the widget (and those of its children which inherit this attribute as well). The relevant widgets will be redrawn implicitely. See the L