summaryrefslogtreecommitdiff
path: root/machine.gui.go
blob: 9ef1f40f4a04dc052b9ffd0d4585990f966a070e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
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
}
*/