diff options
| author | Jeff Carr <[email protected]> | 2021-10-31 21:07:36 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-10-31 21:07:36 -0500 |
| commit | c95392d4609f06eb0b86fc6a25b93613ee3770fb (patch) | |
| tree | 73f1db3e4f756ee8a1bb16ad8f7601f566885dd1 /window.go | |
| parent | 7fecc2b2a8c87386c0a51c6e4e3942e2def8f514 (diff) | |
BOX: kill GuiBox
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'window.go')
| -rw-r--r-- | window.go | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -154,23 +154,12 @@ func mapWindow(parent *Node, window *ui.Window, title string, x int, y int) *Nod newGuiWindow.Name = title newGuiWindow.UiWindow = window - newGuiWindow.BoxMap = make(map[string]*GuiBox) newGuiWindow.EntryMap = make(map[string]*GuiEntry) Data.WindowMap[newGuiWindow.Name] = &newGuiWindow - /* - var box GuiBox - box.Window = &newGuiWindow - box.Name = title - */ - node := makeNode(parent, title, x, y) node.uiWindow = window - // node.box = &box - // box.node = node - - // newGuiWindow.BoxMap["jcarrInitTest"] = &box return node } |
