package Agar::Notebook; use strict; use Agar; 1; __END__ =head1 NAME Agar::Notebook - a tabbed container of multiple Box widgets =head1 SYNOPSIS use Agar; use Agar::Notebook; Agar::Notebook->new($parent); =head1 DESCRIPTION Please see AG_Notebook(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::Notebook-Enew($parent, [%options])> Constructor. Recognised options include: =over 4 =item C Z<> =back =item B<$tab = $widget-EaddHorizTab($label)> =item B<$tab = $widget-EaddVertTab($label)> =item B<$widget-EdelTab($tab)> =item B<$widget-EselectTab($tab)> =back =head1 TABS The tabs in an Agar::Notebook implement the Agar::NotebookTab class. =over 4 =item B<$box_widget = $tab-Ebox()> =item B<$text = $tab-EgetLabel()> =back =head1 AUTHOR Mat Sutcliffe EFE Julien Nadeau Carriere EFE =head1 SEE ALSO L, L, L =cut