diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-31 13:02:47 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-31 13:02:47 -0400 |
| commit | 2c4eecc9c3ec60f2c2aa709e22cd1fe600caa028 (patch) | |
| tree | 17a61485f4d4f87f5b994e3e2f799ac0bcbb6fac /window.go | |
| parent | 16c2e18949cb7f3594410cb80400ebac540a50a0 (diff) | |
Changed Grid to SimpleGrid in preparation for a better Grid.
Diffstat (limited to 'window.go')
| -rw-r--r-- | window.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ package ui // Window represents a top-level window on screen that contains other Controls. -// Windows in package ui can only contain one control; the Stack and Grid layout Controls allow you to pack multiple Controls in a Window. +// Windows in package ui can only contain one control; the Stack, Grid, and SimpleGrid layout Controls allow you to pack multiple Controls in a Window. // Note that a Window is not itself a Control. type Window interface { // Title and SetTitle get and set the Window's title, respectively. |
