Version 11 of Comparing Geometry Managers

Updated 2003-07-01 14:18:51

kroc 1 July 2003 - The idea is to write a table to explain wich command you can use with grid, pack and place for a wanted result.

Actually, I just try various methods to display correctly a table in the wiki.

 ------------------------------------------------------------------------------------------------------------------------
 | What do you want to do             | pack command             | grid command             | place command             |
 |------------------------------------|--------------------------|--------------------------|---------------------------|
 | Display 2 widgets side by side     | pack $w1 $w2 -side left  | grid $w1 $w2             | To be done                |
 |------------------------------------|--------------------------|--------------------------|---------------------------|
 | Display 2 widgets on top of        | pack $w1 $w2 -side top   | grid $w1                 | To be done                |
 | each other                         |                          | grid $w2                 |                           |
 ------------------------------------------------------------------------------------------------------------------------