Perl/Tk saves your favorite tools

Main
back: Tk configure
next: Tk layout -grid

It is much harder to define the layout of your interface for each type of screen correctly with pack than with grid. That is why the pack layout manager is officially deprecated. However, is most generally used because its simplicity.

The layout managers are very well explained in the Learning Perl/Tk book.

 
Tk configure Tk layout -grid

Created by Mark Overmeer with PPresenter on 22 May 2000.