package Agar::Pane; use strict; use Agar; 1; __END__ =head1 NAME Agar::Pane - 2 Box widgets arranged as panes =head1 SYNOPSIS use Agar; use Agar::Pane; Agar::Pane->newVert($parent); =head1 DESCRIPTION Please see AG_Pane(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::Pane-EnewHoriz($parent,[%options])> =item B<$widget = Agar::Pane-EnewVert($parent,[%options]> Constructors. Recognised options include: =over 4 =item C =item C =item C =item C
=item C =item C Z<> =back =item B<$widget-EsetDividerWidth($pixels)> =item B<$widget-EsetDivisionMin($pixels)> =item B<$box_widget = $widget-EleftPane()> =item B<$box_widget = $widget-ErightPane()> =item B<$box_widget = $widget-EtopPane()> =item B<$box_widget = $widget-EbottomPane()> =item B<$widget-EmoveDivider($x)> =item B<$widget-EmoveDividerPct($percent)> =back =head1 AUTHOR Mat Sutcliffe EFE Julien Nadeau Carriere EFE =head1 SEE ALSO L, L, L, L, L, L =cut