in reply to How do I put Widgets/Information onto TK::NoteBook pages
my $n = $globals_main->NoteBook(-ipadx => 6, -ipady => 6); my $basic_p = $n->add("basic", -label => "Basic", -underline => 0); $basic_p->LabEntry(-label => "number of samples to load for inference" +, -labelPack => [-side => "left", -anchor => "w"], -width => 10, -textvariable => \$load_samples )->pack(-side => "top", -anchor => "nw");
-Mark
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: How do I put Widgets/Information onto TK::NoteBook pages
by Anonymous Monk on May 03, 2004 at 17:47 UTC | |
by eserte (Deacon) on May 04, 2004 at 16:05 UTC | |
by Anonymous Monk on May 06, 2004 at 04:18 UTC | |
by eserte (Deacon) on May 06, 2004 at 09:15 UTC |