Next: The start_row and end_row
Up: The Available Tokens
Previous: The title Token
The start_col and end_col Tokens
The start_col token is an abstract entity which allows the user
to arrange all forthcoming widgets in column format.
Note that for every start_col token, there must be a end_col token.
The basic usage is as follows:
start_col argument
end_col
where the argument is either:
- h: Make all widgets in this column be homogeneously
sized. In other words, all widgets placed in this column will have the
exact same size.
- n: Make all widgets in this column be non-homogeneously
sized. In other words, all widgets will have different sizes.
Michael Barabanov
2001-06-19