diff options
| author | Jeff Carr <[email protected]> | 2021-10-25 07:51:17 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-10-25 07:51:17 -0500 |
| commit | 00ff23e3aacb77ee8ee8b6a28faa206af2b80ffa (patch) | |
| tree | f69ac88b1ba84884559fe304818ec8dde121b1dd /window.go | |
| parent | 64d0239ccad04d088211902f86ecd6a36bc8b466 (diff) | |
NODE: finally remove initBlankWindow()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'window.go')
| -rw-r--r-- | window.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |
