diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-15 21:44:35 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-15 21:44:35 -0400 |
| commit | c5ee8c62da7200ceb66535cdee11bf338dcec58a (patch) | |
| tree | ac1798fac497c8ab3b9161a0d13d751ded9a8729 | |
| parent | 318036d1552277439d0485277a0e81dcd2d4fcec (diff) | |
Resolved some future plans.
| -rw-r--r-- | redo/container.go | 2 | ||||
| -rw-r--r-- | redo/future | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/redo/container.go b/redo/container.go index ec99055..f323952 100644 --- a/redo/container.go +++ b/redo/container.go @@ -26,7 +26,7 @@ type controlSizing interface { } // A container hosts a Control and resizes that Control based on changes in size to the parent Window. -// container is used by Window and Tab to contain and control their respective Controls. +// container is used by Window, Tab, and Group to contain and control their respective Controls. // Tab and Group use containers for their content; as such, their commitResize() functions should only change the size of the Tab and Group themselves, and have their containers do the real work. // All containers must embed containerbase. type containerbase struct { diff --git a/redo/future b/redo/future index 18ffaec..d9b53f2 100644 --- a/redo/future +++ b/redo/future @@ -1,5 +1,4 @@ Group - container.go: add Group to the list of controls in the description of container Mac OS X: NSBox container_darwin.m: figure out if our setFrameSize: thing applies to resizing the groupbox as well Control |
