More documentation fixups.

This commit is contained in:
Pietro Gagliardi 2014-02-25 19:10:09 -05:00
parent d55b2a9d18
commit a95e63003d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
// All Controls in a Grid maintain their preferred sizes.
// The height of each row and the width of each column is the maximum preferred height and width (respectively) of all the controls in that row or column (respectively).
// Controls are aligned to the top left corner of each cell.
// Unlike other UI toolkit Grids, this Grid does not (yet?) allow Controls to span multiple rows or columns.
// Unlike other UI toolkit Grids, this Grid does not (yet? TODO) allow Controls to span multiple rows or columns.
// TODO differnet row/column control alignment; stretchy controls or other resizing options
type Grid struct {
lock sync.Mutex