diff options
| author | Jeff Carr <[email protected]> | 2024-01-27 09:55:16 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-27 09:55:16 -0600 |
| commit | ad0b252feb1bd3e758150b326c778fe4636ffe49 (patch) | |
| tree | c75b5c63e60781bbe3fa4a3e2a75915f685efcc4 /window.go | |
| parent | 904801c593617810085e6b445224f0dacc4117c7 (diff) | |
nocui worksv0.13.14
set enable state
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'window.go')
| -rw-r--r-- | window.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -40,6 +40,7 @@ func (parent *Node) RawWindow(title string) *Node { return newNode } +/* // TODO: should do this recursively func (n *Node) UnDraw() *Node { if !n.Ready() { @@ -53,8 +54,9 @@ func (n *Node) UnDraw() *Node { sendAction(n, widget.Delete) return n } +*/ -// TODO: should do this recursively +// TODO: should do this recursively (on a window only) func (n *Node) Draw() *Node { if !n.Ready() { return n |
