in reply to Re: Tk::Listbox: 2 questions: performance and alignment
in thread Tk::Listbox: 2 questions: performance and alignment
No, I didn't mean the freeze/thaw methods.
Do you want to hide the widget?
Yes, something like that. But with packForget and pack it's hard to put the widget into the same place. I thought there was another method.
# "-anchor" specifies how the information in a widget (e.g.
# text or a bitmap) is to be displayed in the widget.
I know, but this doesn't work:
Gives just:my $MW = MainWindow->new(); $lb = $MW->Listbox()->pack(); $lb->configure(-anchor => 'e');
I also tried -justify without success.Bad option `-anchor' at yy.pl line 12.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Tk::Listbox: 2 questions: performance and alignment
by hiseldl (Priest) on Oct 11, 2002 at 14:01 UTC | |
by busunsl (Vicar) on Oct 14, 2002 at 05:48 UTC |