diff options
Diffstat (limited to 'redo/label_unix.go')
| -rw-r--r-- | redo/label_unix.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/redo/label_unix.go b/redo/label_unix.go index 0790539..45a3dad 100644 --- a/redo/label_unix.go +++ b/redo/label_unix.go @@ -54,6 +54,10 @@ func (l *label) SetText(text string) { C.gtk_label_set_text(l.label, ctext) } +func (l *label) isStandalone() bool { + return l.standalone +} + func (l *label) widget() *C.GtkWidget { return l._widget } |
