From 81a526017a1f63b69638034e8dd1c2b420f82255 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 27 Apr 2015 10:39:21 -0400 Subject: [PATCH] Revert "Decided to remove uiControlVisible(). No idea why I had it there in the first place; if it was for testing then the actual tests do a good enough job of that." Oh right I needed it for uiBox. This reverts commit 9de44c13460b1c90d3547118b1c03c5f44c21f58. --- new/ui.idl | 1 + 1 file changed, 1 insertion(+) diff --git a/new/ui.idl b/new/ui.idl index 0594577c..b67c9392 100644 --- a/new/ui.idl +++ b/new/ui.idl @@ -49,6 +49,7 @@ interface Control { func SetParent(c *Container); func PreferredSize(d *Sizing, width *intmax_t, height *intmax_t); func Resize(x intmax_t, y intmax_t, width intmax_t, height intmax_t, d *Sizing); + func Visible(void) int; func Show(void); func Hide(void); func Enable(void);