summaryrefslogtreecommitdiff
path: root/viewAutotypist.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-29 17:39:52 -0600
committerJeff Carr <[email protected]>2024-02-29 17:39:52 -0600
commitd3c0679fd905246a06eaebdc2a330229def59707 (patch)
tree2b4c132f5d14b8c787a0f6e04f8de53b577f32d8 /viewAutotypist.go
parent18a9a078e039e5d5a1f4b8e9b5b83f57bc3a5418 (diff)
how should menu's be implemented?
Diffstat (limited to 'viewAutotypist.go')
-rw-r--r--viewAutotypist.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/viewAutotypist.go b/viewAutotypist.go
index 2a079a8..410904a 100644
--- a/viewAutotypist.go
+++ b/viewAutotypist.go
@@ -16,6 +16,7 @@ func AutotypistView(parent *gui.Node) *RepoList {
me.reposbox = parent
me.reposgroup = me.reposbox.NewGroup("my git repositories (configure in ~/.config/autotypist)")
+ // me.reposgroup.Menu = repolistMenu() // how to do a menu? what should the code look like?
me.reposgrid = me.reposgroup.NewGrid("test", 0, 0)
me.reposgrid.NewLabel("") // path goes here