summaryrefslogtreecommitdiff
path: root/sysdata.go
diff options
context:
space:
mode:
Diffstat (limited to 'sysdata.go')
-rw-r--r--sysdata.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdata.go b/sysdata.go
index 41319b1..339d73e 100644
--- a/sysdata.go
+++ b/sysdata.go
@@ -25,6 +25,9 @@ func (c *cSysData) show() error {
func (c *cSysData) hide() error {
panic(runtime.GOOS + " sysData does not define hide()")
}
+func (c *cSysData) setText(text string) error {
+ panic(runtime.GOOS + " sysData does not define setText()")
+}
const (
c_window = iota