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 9de44c1346
.
This commit is contained in:
parent
9de44c1346
commit
81a526017a
|
@ -49,6 +49,7 @@ interface Control {
|
||||||
func SetParent(c *Container);
|
func SetParent(c *Container);
|
||||||
func PreferredSize(d *Sizing, width *intmax_t, height *intmax_t);
|
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 Resize(x intmax_t, y intmax_t, width intmax_t, height intmax_t, d *Sizing);
|
||||||
|
func Visible(void) int;
|
||||||
func Show(void);
|
func Show(void);
|
||||||
func Hide(void);
|
func Hide(void);
|
||||||
func Enable(void);
|
func Enable(void);
|
||||||
|
|
Loading…
Reference in New Issue