summaryrefslogtreecommitdiff
path: root/redo/controls.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-16 21:30:19 -0400
committerPietro Gagliardi <[email protected]>2014-07-16 21:30:19 -0400
commita253f39d68efa0da62ed076735f783deb0069ff3 (patch)
treec5fc272c452d12cb3a05f8f020d8f3e3ffbff953 /redo/controls.go
parent1953f2d748a097e7a0e6ecfd2a2db2acf5fbca10 (diff)
Ported over the sizing framework from the old package and implemented it on the GTK+ backend.
Diffstat (limited to 'redo/controls.go')
-rw-r--r--redo/controls.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/controls.go b/redo/controls.go
index 0500ac6..e8610a5 100644
--- a/redo/controls.go
+++ b/redo/controls.go
@@ -9,7 +9,7 @@ type Control interface {
parent(*window)
// TODO enable/disable (public)
// TODO show/hide (public)
- // TODO sizing (likely private)
+ controlSizing
}
// Button is a clickable button that performs some task.