summaryrefslogtreecommitdiff
path: root/redo/basicctrls.go
diff options
context:
space:
mode:
Diffstat (limited to 'redo/basicctrls.go')
-rw-r--r--redo/basicctrls.go2
1 files changed, 2 insertions, 0 deletions
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.