package Agar::Console; use strict; use Agar; 1; __END__ =head1 NAME Agar::Console - for displaying lines of text like terminal output =head1 SYNOPSIS use Agar; use Agar::Console; Agar::Console->new($parent); =head1 DESCRIPTION Please see AG_Console(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::Console-Enew($parent)> Constructor. =item B<$widget-EsetPadding($pixels)> =item B<$widget-Emsg($text)> =item B<$scrollbar_widget = $widget-EscrollBar()> =back =head1 AUTHOR Mat Sutcliffe EFE Julien Nadeau Carriere EFE =head1 SEE ALSO L, L, L, L, L =cut