diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-04 13:39:33 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-04 13:39:33 -0400 |
| commit | 0ac40be173f9a1410c5149da605ffd1db24fc911 (patch) | |
| tree | c4489c16c36bcba5bb85888615895d43b8f0fa06 /redo/control.go | |
| parent | 0496cf77b52e1713749fe40a8ef1b22f4918ad1d (diff) | |
Removed Control.containerShow() and Control.containerHide() and the overall ability to show and hide Controls in general; too much effort to get right.
Diffstat (limited to 'redo/control.go')
| -rw-r--r-- | redo/control.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/redo/control.go b/redo/control.go index 953e241..4ba9618 100644 --- a/redo/control.go +++ b/redo/control.go @@ -7,9 +7,6 @@ package ui type Control interface { setParent(p *controlParent) // controlParent defined per-platform // TODO enable/disable (public) - // TODO show/hide (public) - containerShow() // for Windows, where all controls need ot belong to an overlapped window, not to a container control; these respect programmer settings - containerHide() controlSizing } |
