diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-08 20:05:36 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-08 20:05:36 -0400 |
| commit | 79ada1bdaa00a1dcebee65ab9bb77c51494d06a5 (patch) | |
| tree | e78701e6701bd504e6a226a65f8c70b68c898134 /redo/container.go | |
| parent | e1486f3cd1aec41c48916fca3158cc53c06fbd1d (diff) | |
Starting splitting out future plans from the TODOs again; this time: Group.
Diffstat (limited to 'redo/container.go')
| -rw-r--r-- | redo/container.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/container.go b/redo/container.go index a7eb7f4..ec99055 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, Tab, and [TODO implement] Group to contain and control their respective Controls. +// container is used by Window and Tab 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 { |
