diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -111,6 +111,9 @@ type Node struct { // how to arrange widgets direction widget.Orientation + // for widgets that have on/off things + checked bool + // this function is run when there are mouse or keyboard events Custom func() |
