Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
my $image = $mw->Bitmap(-file => "bw.bm"); my $frame = $mw->Frame(-relief => "flat", -tile => $image)->pack(-fill + => "both", -side => "left", -expand => "1", -anchor => "w", -pady => "2");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Frame -tile option
by zentara (Cardinal) on Nov 19, 2008 at 17:14 UTC | |
by Anonymous Monk on Nov 19, 2008 at 17:16 UTC | |
|
Re: Frame -tile option
by mr_mischief (Monsignor) on Nov 19, 2008 at 17:27 UTC |