in reply to Re: Text widget width and height problems with Perl/Tk
in thread Text widget width and height problems with Perl/Tk
what results do you get for width and height? Try to use specific, unique examples for us likeuse Tk::Pretty; @config = $entryvar->configure; print Pretty @config;
$entryvar=$main->Entry(-text => "var")->grid(-column => 10, -row => 5) +; $entryvar->configure(-width => 30, -height => 20);
- - arden.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Text widget width and height problems with Perl/Tk
by drwxrwxrwx (Novice) on Mar 11, 2004 at 22:02 UTC | |
|
Re: Re: Re: Text widget width and height problems with Perl/Tk
by drwxrwxrwx (Novice) on Mar 11, 2004 at 22:11 UTC |