summaryrefslogtreecommitdiff
path: root/group.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 00:43:48 -0600
committerJeff Carr <[email protected]>2024-01-18 00:43:48 -0600
commitaff82aa4ea8f9e7dcc549afec9218154e1d9c7bd (patch)
tree1ef64a2a6806a6f3bbcf9e0fc8715fd824e9d53a /group.go
parentd048182ab8e2b3e35aacffce7306583f5caae3aa (diff)
new pathsv0.12.14
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'group.go')
-rw-r--r--group.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/group.go b/group.go
index e7eb31b..e764ea1 100644
--- a/group.go
+++ b/group.go
@@ -1,11 +1,11 @@
package gui
import (
- "go.wit.com/gui/widget"
+ "go.wit.com/lib/widget"
)
// TODO: make a "Group" a "Grid" ?
-// probably since right now group is just a
+// probably since right now group is just a
// pre-canned andlabs/ui gtk,macos,windows thing
func (parent *Node) NewGroup(name string) *Node {
var newNode *Node