summaryrefslogtreecommitdiff
path: root/testSmartWindow.go
diff options
context:
space:
mode:
Diffstat (limited to 'testSmartWindow.go')
-rw-r--r--testSmartWindow.go21
1 files changed, 0 insertions, 21 deletions
diff --git a/testSmartWindow.go b/testSmartWindow.go
deleted file mode 100644
index 354cc78..0000000
--- a/testSmartWindow.go
+++ /dev/null
@@ -1,21 +0,0 @@
-// testing the smart window
-package main
-
-import (
- "go.wit.com/log"
- // "go.wit.com/gui/cloudflare"
- "go.wit.com/apps/control-panel-dns/smartwindow"
-)
-
-func testSmartWindow(sw *smartwindow.SmartWindow) {
- log.Log(WARN, "testSmartWindow() START")
- grid := sw.Box().NewGrid("test", 5, 1)
- grid.NewLabel("test 1")
- grid.NewLabel("test 1")
- grid.NewLabel("test 2")
- grid.NewLabel("test 2")
- grid.NewLabel("test 3")
- grid.NewLabel("test 3")
- grid.NewLabel("test 3")
- grid.NewLabel("test 3")
-}