summaryrefslogtreecommitdiff
path: root/window.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-10-25 07:51:17 -0500
committerJeff Carr <[email protected]>2021-10-25 07:51:17 -0500
commit00ff23e3aacb77ee8ee8b6a28faa206af2b80ffa (patch)
treef69ac88b1ba84884559fe304818ec8dde121b1dd /window.go
parent64d0239ccad04d088211902f86ecd6a36bc8b466 (diff)
NODE: finally remove initBlankWindow()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'window.go')
-rw-r--r--window.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/window.go b/window.go
index 1dadad7..73ccad3 100644
--- a/window.go
+++ b/window.go
@@ -341,12 +341,14 @@ func CreateBlankWindow(title string, x int, y int) *Node {
return node
}
+/*
func (n *Node) initBlankWindow() ui.Control {
hbox := ui.NewHorizontalBox()
hbox.SetPadded(true)
return hbox
}
+*/
func makeBlankNode(title string) *Node {
log.Println("gui.makeBlankNode() title =", title)