From 59870e80f005cbd8f883c24200f81bde2fd63a7e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 3 Jun 2014 22:54:28 -0400 Subject: Quick changes: turned "Window has been opened" to "Window has been created" since I'm going to separate creating and opening (Open() will call Create()). --- stack.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stack.go') diff --git a/stack.go b/stack.go index 4bdede6..fc9d600 100644 --- a/stack.go +++ b/stack.go @@ -48,7 +48,7 @@ func NewVerticalStack(controls ...Control) *Stack { return newStack(vertical, controls...) } -// SetStretchy marks a control in a Stack as stretchy. This cannot be called once the Window containing the Stack has been opened. +// SetStretchy marks a control in a Stack as stretchy. This cannot be called once the Window containing the Stack has been created. // It panics if index is out of range. func (s *Stack) SetStretchy(index int) { s.lock.Lock() -- cgit v1.2.3