diff options
| author | Jeff Carr <[email protected]> | 2024-01-19 05:54:55 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-19 05:54:55 -0600 |
| commit | f7bb1084ca117315fc293d077a8e4e24ccfe7cd8 (patch) | |
| tree | f69a69fc5d63b0f5de7535fc79794c0e4341c953 /window.go | |
| parent | c682272f56094fc816c6b7fbee84351f5608c259 (diff) | |
builds and remembers Visable
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'window.go')
| -rw-r--r-- | window.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ func (parent *Node) NewWindow(title string) *Node { newNode.progname = title newNode.label = title newNode.value = title + newNode.margin = true // inform the toolkits sendAction(newNode, widget.Add) |
