diff options
| author | Jeff Carr <[email protected]> | 2021-10-31 20:52:19 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-10-31 20:52:19 -0500 |
| commit | 7fecc2b2a8c87386c0a51c6e4e3942e2def8f514 (patch) | |
| tree | 0dc46ff8f20042ade44e5abfdd53e6f50fbec184 /area.go | |
| parent | 39a9970c66d5df9822ff86f3c90813cff9a4c274 (diff) | |
BOX: more removals of GuiBox
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'area.go')
| -rw-r--r-- | area.go | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -117,15 +117,6 @@ func (n *Node) ShowTextBox(newText *ui.AttributedString, custom func(*GuiButton) } log.Println("ShowTextBox() START gw =", gw) - /* - var newbox *GuiBox - newbox = new(GuiBox) - newbox.Window = gw - newbox.Name = name - hbox := ui.NewVerticalBox() - newbox.UiBox = hbox - */ - // TODO: allow padded & axis here n.uiBox.SetPadded(true) |
