From 0359d3bf4a05e6456af34d365a2a644b49afd6af Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 15 Aug 2014 19:35:49 -0400 Subject: Added Label.isStandalone(), used by Grid. Now for the Grid test... --- redo/basicctrls.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'redo/basicctrls.go') diff --git a/redo/basicctrls.go b/redo/basicctrls.go index 3eb7d66..94f5c8d 100644 --- a/redo/basicctrls.go +++ b/redo/basicctrls.go @@ -87,6 +87,8 @@ type Label interface { // Text and SetText get and set the Label's text. Text() string SetText(text string) + + isStandalone() bool } // NewLabel creates a new Label with the given text. -- cgit v1.2.3