in reply to How do I use Tk::Label in a drop-down?
ie, is it (a more complex version of) the following that doesn't work:
?$main = MainWindow->new; $main->Message(-text => 'xyzzy')->pack; $main->Button(-text => 'foo')->pack; MainLoop;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How do I use Tk::Label in a drop-down?
by perlNoob (Acolyte) on Feb 06, 2005 at 21:19 UTC |