summaryrefslogtreecommitdiff
path: root/widget.common.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-26 13:05:34 -0500
committerJeff Carr <[email protected]>2025-09-26 13:05:34 -0500
commitda5496c32ca9dfa970ea0d42bd7ef6a9c1fc3ea0 (patch)
tree58d04666aaefdef52bf9ff738171bebba070297d /widget.common.go
parentd2ad8b348ac3f918cbb7ac34a541aebc0b495910 (diff)
rm oldstuffv0.0.16
Diffstat (limited to 'widget.common.go')
-rw-r--r--widget.common.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/widget.common.go b/widget.common.go
deleted file mode 100644
index e338a54..0000000
--- a/widget.common.go
+++ /dev/null
@@ -1,10 +0,0 @@
-// 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
-}