package Agar::Combo; use strict; use Agar; 1; __END__ =head1 NAME Agar::Combo - a drop-down list widget =head1 SYNOPSIS use Agar; use Agar::Combo; Agar::Combo->new($parent); =head1 DESCRIPTION Please see AG_Combo(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::Combo-Enew($parent, [%options])> Constructor. Recognised options include: =over 4 =item C =item C =item C =item C Z<> =back =item B<$widget-EsizeHint($text,$numItems)> =item B<$widget-EsizeHintPixels($w,$h)> =item B<$widget-Eselect($item)> =item B<$widget-EselectText($text)> =item B<$list_widget = $widget-Elist()> =item B<$box_widget = $widget-Etbox()> =item B<$button_widget = $widget-Ebutton()> =back =head1 AUTHOR Mat Sutcliffe EFE Julien Nadeau Carriere EFE =head1 SEE ALSO L, L, L, L, L =cut