| [ Team LiB ] |
|
The grid Geometry ManagerChapter 26 describes the new grid geometry manager that provides a table-like metaphor for arranging widgets. Like pack, grid is constraint-based, so the grid automatically adjusts if widgets change size or if widgets are added and deleted. The grid command was influenced by the blt_table geometry manager, but it is a whole new implementation. |
| [ Team LiB ] |
|