diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-15 19:35:49 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-15 19:35:49 -0400 |
| commit | 0359d3bf4a05e6456af34d365a2a644b49afd6af (patch) | |
| tree | 34de559d2fec7d4b1201cc897a0e79501a3abbf4 /redo/label_darwin.go | |
| parent | d824e549f19059e5801beb1fa30605ce93e3e15c (diff) | |
Added Label.isStandalone(), used by Grid. Now for the Grid test...
Diffstat (limited to 'redo/label_darwin.go')
| -rw-r--r-- | redo/label_darwin.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/redo/label_darwin.go b/redo/label_darwin.go index 73f6d28..fab59d9 100644 --- a/redo/label_darwin.go +++ b/redo/label_darwin.go @@ -41,6 +41,10 @@ func (l *label) SetText(text string) { C.textFieldSetText(l._id, ctext) } +func (l *label) isStandalone() bool { + return l.standalone +} + func (l *label) id() C.id { return l._id } |
