diff options
Diffstat (limited to 'label.go')
| -rw-r--r-- | label.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ import ( ) // A Label is a static line of text used to mark other controls. +// Label text is drawn on a single line; text that does not fit is truncated. type Label struct { lock sync.Mutex created bool |
