Microcebus has asked for the wisdom of the Perl Monks concerning the following question:
First Thanks for the quick help to my last question but this led me to another question:
If I have a code like:#! /usr/bin/perl -w use Tk; $mw=MainWindow->new(); foreach(1..10) { $mw->Entry()->pack; } MainLoop;
Is there a possibility to configure a certain widget after it is generated without using a specific variable? And can I get the input, lets say from the fith Entry-widget?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl::Tk Is it possible to configure "anonymous" widgets?
by zentara (Cardinal) on Oct 14, 2010 at 14:37 UTC | |
|
Re: Perl::Tk Is it possible to configure "anonymous" widgets?
by kcott (Archbishop) on Oct 14, 2010 at 13:10 UTC | |
|
Re: Perl::Tk Is it possible to configure "anonymous" widgets?
by zentara (Cardinal) on Oct 14, 2010 at 14:45 UTC |