From a253f39d68efa0da62ed076735f783deb0069ff3 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 16 Jul 2014 21:30:19 -0400 Subject: Ported over the sizing framework from the old package and implemented it on the GTK+ backend. --- redo/controls.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redo/controls.go') 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. -- cgit v1.2.3