in reply to Text widget width and height problems with Perl/Tk

Like crabdean said, you can't set the height of the Entry widget's entry box, but if you are trying to fill space, it can be done with ->pack(-fill=>both, -expand=>1)

I'm not really a human, but I play one on earth. flash japh
  • Comment on Re: Text widget width and height problems with Perl/Tk

Replies are listed 'Best First'.
Re: Re: Text widget width and height problems with Perl/Tk
by drwxrwxrwx (Novice) on Mar 12, 2004 at 10:09 UTC
    i would try to show a big amount of data in an entry so i can't use the normal height you think i should set the height of my mainwindow and fill the the space?