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/stack.go | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'redo/stack.go') diff --git a/redo/stack.go b/redo/stack.go index 9f37812..739934d 100644 --- a/redo/stack.go +++ b/redo/stack.go @@ -65,18 +65,6 @@ func (s *Stack) setParent(parent *controlParent) { s.created = true } -func (s *Stack) containerShow() { - for _, c := range s.controls { - c.containerShow() - } -} - -func (s *Stack) containerHide() { - for _, c := range s.controls { - c.containerHide() - } -} - func (s *Stack) allocate(x int, y int, width int, height int, d *sizing) (allocations []*allocation) { var stretchywid, stretchyht int var current *allocation // for neighboring -- cgit v1.2.3