parent
7d85fd05cd
commit
60d0fa4369
|
@ -75,14 +75,6 @@ func generateSubdomain(b *GuiButton) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
func addSubdomain(b *GuiButton) {
|
|
||||||
log.Println("addSubdomain START")
|
|
||||||
// sub := subdomain.Text()
|
|
||||||
// log.Println("generateSubdomain subdomain =", sub)
|
|
||||||
log.Println("addSubdomain END")
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
func AddAccountBox(gw *GuiWindow) *GuiBox {
|
func AddAccountBox(gw *GuiWindow) *GuiBox {
|
||||||
var gb *GuiBox
|
var gb *GuiBox
|
||||||
gb = new(GuiBox)
|
gb = new(GuiBox)
|
||||||
|
@ -198,3 +190,4 @@ func AddAccountBox(gw *GuiWindow) *GuiBox {
|
||||||
|
|
||||||
return gb
|
return gb
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
2
debug.go
2
debug.go
|
@ -14,6 +14,8 @@ import "github.com/davecgh/go-spew/spew"
|
||||||
|
|
||||||
// import pb "git.wit.com/wit/witProtobuf"
|
// import pb "git.wit.com/wit/witProtobuf"
|
||||||
|
|
||||||
|
// THIS IS CLEAN
|
||||||
|
|
||||||
// can not pass any args to this (?)
|
// can not pass any args to this (?)
|
||||||
/*
|
/*
|
||||||
func setupCloudUI() {
|
func setupCloudUI() {
|
||||||
|
|
|
@ -122,6 +122,7 @@ func ShowAccountQuestionTab(gw *GuiWindow) {
|
||||||
gw.UiTab.SetMargined(0, true)
|
gw.UiTab.SetMargined(0, true)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
func ShowAccountTab(gw *GuiWindow, i int) {
|
func ShowAccountTab(gw *GuiWindow, i int) {
|
||||||
log.Println("ShowAccountTab() START")
|
log.Println("ShowAccountTab() START")
|
||||||
|
|
||||||
|
@ -147,6 +148,7 @@ func ShowAccountTab(gw *GuiWindow, i int) {
|
||||||
AddBoxToTab("Create New Account", gw.UiTab, abox.UiBox)
|
AddBoxToTab("Create New Account", gw.UiTab, abox.UiBox)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
func ShowMainTab(gw *GuiWindow) {
|
func ShowMainTab(gw *GuiWindow) {
|
||||||
log.Println("ShowMainTab() gw =", gw)
|
log.Println("ShowMainTab() gw =", gw)
|
||||||
|
|
Loading…
Reference in New Issue