diff options
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) |
