From 2c4eecc9c3ec60f2c2aa709e22cd1fe600caa028 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 31 Aug 2014 13:02:47 -0400 Subject: Changed Grid to SimpleGrid in preparation for a better Grid. --- stack.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stack.go') diff --git a/stack.go b/stack.go index 0bd587a..6d9a5ce 100644 --- a/stack.go +++ b/stack.go @@ -198,7 +198,7 @@ func (s *stack) getAuxResizeInfo(d *sizing) { // // For a Stack, Space can be used to insert spaces in the beginning or middle of Stacks (Stacks by nature handle spaces at the end themselves). In order for this to work properly, make the Space stretchy. // -// For a Grid, Space can be used to have an empty cell. A stretchy Grid cell with a Space can be used to anchor the perimeter of a Grid to the respective Window edges without making one of the other controls stretchy instead (leaving empty space in the Window otherwise). Otherwise, you do not need to do anything special for the Space to work (though remember that an entire row or column of Spaces will appear as having height or width zero, respectively, unless one is marked as stretchy). +// For a SimpleGrid, Space can be used to have an empty cell. A stretchy Grid cell with a Space can be used to anchor the perimeter of a Grid to the respective Window edges without making one of the other controls stretchy instead (leaving empty space in the Window otherwise). Otherwise, you do not need to do anything special for the Space to work (though remember that an entire row or column of Spaces will appear as having height or width zero, respectively, unless one is marked as stretchy). // // The value returned from Space() may or may not be unique. func Space() Control { -- cgit v1.2.3