parent
70e0f3e3f4
commit
ab0d77d388
|
@ -31,6 +31,7 @@ type Action struct {
|
||||||
B bool
|
B bool
|
||||||
I int
|
I int
|
||||||
S string
|
S string
|
||||||
|
A any // switch to this or deprecate this? pros/cons?
|
||||||
|
|
||||||
// This is used for things like a slider(0,100)
|
// This is used for things like a slider(0,100)
|
||||||
X int
|
X int
|
||||||
|
@ -48,7 +49,6 @@ type Action struct {
|
||||||
// Make widgets fill up the space available
|
// Make widgets fill up the space available
|
||||||
Expand bool
|
Expand bool
|
||||||
|
|
||||||
A any // switch to this or deprecate this? pros/cons?
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in New Issue