summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-10 19:38:10 -0600
committerJeff Carr <[email protected]>2024-01-10 19:38:10 -0600
commitab0d77d388af861a1900537d95bf0a5ad35ede97 (patch)
tree7141863d717b9cde8dd240ac48e664011bb99379
parent70e0f3e3f4d84e89520bd297e5eedc94fd727c6a (diff)
move to any Av1.0.2
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--widget.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/widget.go b/widget.go
index 935f2aa..0a0e5de 100644
--- a/widget.go
+++ b/widget.go
@@ -31,6 +31,7 @@ type Action struct {
B bool
I int
S string
+ A any // switch to this or deprecate this? pros/cons?
// This is used for things like a slider(0,100)
X int
@@ -48,7 +49,6 @@ type Action struct {
// Make widgets fill up the space available
Expand bool
- A any // switch to this or deprecate this? pros/cons?
}
const (