diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-17 16:35:30 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-17 16:35:30 -0400 |
| commit | 2b95335e6e3cdd9aac7995c919292ff0a33d2e9d (patch) | |
| tree | e0b8eb5f31d2f237fe9db5b24353db16233bc482 /newctrl/control.go | |
| parent | b37759be84dc089b1d31b79cdf4e3a348014c784 (diff) | |
Cleaned up some code.
Diffstat (limited to 'newctrl/control.go')
| -rw-r--r-- | newctrl/control.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/newctrl/control.go b/newctrl/control.go index 1f08ce2..3a03a54 100644 --- a/newctrl/control.go +++ b/newctrl/control.go @@ -5,10 +5,9 @@ package ui // Control represents a control. type Control interface { setParent(p *controlParent) // controlParent defined per-platform -// nChildren() int // TODO preferredSize(d *sizing) (width, height int) resize(x int, y int, width int, height int, d *sizing) - nTabStops() int + nTabStops() int // used by the Windows backend } type controlbase struct { |
