From 0ac40be173f9a1410c5149da605ffd1db24fc911 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 4 Aug 2014 13:39:33 -0400 Subject: Removed Control.containerShow() and Control.containerHide() and the overall ability to show and hide Controls in general; too much effort to get right. --- redo/control.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'redo/control.go') 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 } -- cgit v1.2.3