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