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/label_unix.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'redo/label_unix.go') 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 } -- cgit v1.2.3