App-makebeamerinfo
view release on metacpan or search on metacpan
lib/App/makebeamerinfo/GUI.pm view on Meta::CPAN
use Tk::LabFrame;
use Tk::LabEntry;
use Tk::NoteBook;
use App::makebeamerinfo;
our @ISA = qw/App::makebeamerinfo/;
sub new {
my $class = shift;
my $self = $class->SUPER::new(@_);
#rebless
bless $self, $class;
$self->{gui} = $self->create_window;
return $self;
}
sub userMessage {
( run in 0.270 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )