|
|
| |
Tickit::SingleChildWidget(3) |
User Contributed Perl Documentation |
Tickit::SingleChildWidget(3) |
"Tickit::SingleChildWidget" - abstract base class for widgets that
contain a single other widget
This subclass of Tickit::ContainerWidget acts as an abstract base class for
widgets that contain exactly one other widget. It enforces that only one child
widget may be contained at any one time, and provides a convenient accessor to
obtain it.
$widget = Tickit::SingleChildWidget->new( %args )
Constructs a new
"Tickit::SingleChildWidget" object.
Paul Evans <leonerd@leonerd.org.uk>
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |