diff options
| author | Jeff Carr <[email protected]> | 2024-02-15 08:15:38 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-15 08:15:38 -0600 |
| commit | c5ecf7ca329282fa8b7621bc69d142f3e870cfe4 (patch) | |
| tree | bb45eba5454b66b8c32a5e319dbdce8b71674e4d /place.go | |
| parent | c6f9119c2e7550e2bdccf97852b69a5965a36dac (diff) | |
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'place.go')
| -rw-r--r-- | place.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -106,6 +106,10 @@ func place(p *tree.Node, n *tree.Node) bool { return true case widget.Window: log.Log(INFO, "Adding Something to Window", n.WidgetId, n.GetProgName()) + if n.WidgetType == widget.Window { + log.Log(INFO, "TODO: make window in a window a tab", n.WidgetId, n.GetProgName()) + return true + } ptk.uiWindow.SetChild(tk.uiControl) return true default: |
