diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -114,6 +114,13 @@ type Node struct { // for widgets that have on/off things checked bool + // tells the toolkits if the user should currently see it + // state updates are only sent to the toolkits for visable widgets + visable bool + + // borderless windows + borderless bool + // this function is run when there are mouse or keyboard events Custom func() |
