From da5496c32ca9dfa970ea0d42bd7ef6a9c1fc3ea0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 26 Sep 2025 13:05:34 -0500 Subject: rm oldstuff --- common.go | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 common.go (limited to 'common.go') diff --git a/common.go b/common.go new file mode 100644 index 0000000..acd0084 --- /dev/null +++ b/common.go @@ -0,0 +1,14 @@ +// Copyright 2025 WIT.COM Inc Licensed GPL 3.0 + +package guipb + +func (x *Widget) IsButton() bool { + if _, ok := x.GetType().(*Widget_Button); ok { + return true + } + return false +} + +//func Init() bool { +// return true +//} -- cgit v1.2.3