vikee has asked for the wisdom of the Perl Monks concerning the following question:
Please help,thanks please send your answer to "vikee at ynet.sk" too,thxmy $sf_makefiles = $canvas3->Scrolled(qw/Canvas -relief flat -width 190 -height 110 -scrollbars e/)->pack(-expand => 1,-fill => 'both'); foreach $file (sort @makefiles) { $sf_makefiles->Checkbutton(-text => $file)->pack(-side => 'top', -anchor => 'nw'); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Tk Scrolled problem
by eserte (Deacon) on Jun 18, 2004 at 11:09 UTC | |
by vikee (Sexton) on Jun 20, 2004 at 18:41 UTC | |
by vikee (Sexton) on Jun 21, 2004 at 15:36 UTC |