summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-10 23:44:03 -0600
committerJeff Carr <[email protected]>2025-02-10 23:44:03 -0600
commit201ec576bcd66035542cebf15b461b4a5d4efa39 (patch)
tree50c0fb98b429e3b1013551ad74917195f2dc7f32
parent2fc78f1c2af3c8701cbce110bc37f44d81e9bbc7 (diff)
start something to make a Table()v0.0.25
-rw-r--r--machine.gui.go59
1 files changed, 59 insertions, 0 deletions
diff --git a/machine.gui.go b/machine.gui.go
new file mode 100644
index 0000000..9ef1f40
--- /dev/null
+++ b/machine.gui.go
@@ -0,0 +1,59 @@
+package zoopb
+
+/*
+type RepoTable struct {
+ n *gui.Node
+ x *Repos
+ FullPath *repoTableFullPath
+ columns []*gui.NodeColumn
+ order []*gui.NodeColumn
+}
+
+type RepoTableRow struct {
+ nodes []*gui.Node
+}
+
+
+type repoTableFullPath struct {
+}
+
+func (x *repoTableFullPath) Add(s string) {
+}
+
+func (x *RepoTable) FullPath() *RepoTableFullPath {
+}
+
+func (x *Repos) NewTable() *RepoTable {
+ t := new(RepoTable)
+ t.n = gui.NewTable()
+ return *RepoTable
+}
+
+func (x *RepoTable) AddFullPath() {
+ x.order = append(x.order, x.n.AddStringFunc( f() string {
+ return t.x.getRepoFullPath(rx *RepoTableRow)
+ }))
+ return *RepoTableRow
+}
+
+func (x *RepoTable) Show() {
+ x.order.f()
+ ZZ
+}
+
+func (x *RepoTable) AddMasterVersion() {
+
+ all := x.x.SortByFullPath()
+ for all.Scan() {
+ repo := all.Next()
+ for x.order
+
+
+ return *RepoTableRow
+}
+
+func (x *RepoTable) NewColumn() *RepoRow {
+ t := new(RepoTableRow)
+ return *RepoTableRow
+}
+*/