FM has asked for the wisdom of the Perl Monks concerning the following question:
Then, the widgets are created:my $mw=MainWindow->new(); $mw->minsize(qw(545 470));
Any idea of what is going on?my $notebook=$mw->NoteBook(-font=>"Helvetica 12")->pack(-expand => 1, +-fill => 'both'); my $page1=$notebook->add('page1', -label=>'Case Information'); my $generall=$page1->Label(-text=>'GENERAL INFORMATION', -font=>"Times + 12")->place(-x=>160, -y=>2);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: displaying Tk widgets
by rcseege (Pilgrim) on Oct 29, 2005 at 00:17 UTC | |
|
Re: displaying Tk widgets
by zentara (Cardinal) on Oct 28, 2005 at 19:16 UTC | |
by ww (Archbishop) on Oct 28, 2005 at 21:15 UTC | |
by FM (Acolyte) on Oct 28, 2005 at 23:52 UTC |