diff options
| author | Jeff Carr <[email protected]> | 2025-02-05 07:24:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-05 07:24:42 -0600 |
| commit | e8e36ee802ffe9d7ed6adb35e4de8054c6ec6ef0 (patch) | |
| tree | 518ca80a1a2d0d31edd7f7449df2514e492754bb /basicCombobox.go | |
| parent | b697978b6939718f2ce349f73da639d01cc7c299 (diff) | |
func name changev0.22.9v0.22.8v0.22.7v0.22.17v0.22.16v0.22.15v0.22.14v0.22.13v0.22.12v0.22.11v0.22.10
Diffstat (limited to 'basicCombobox.go')
| -rw-r--r-- | basicCombobox.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basicCombobox.go b/basicCombobox.go index 8377f3f..bc21f7e 100644 --- a/basicCombobox.go +++ b/basicCombobox.go @@ -20,8 +20,8 @@ type BasicCombobox struct { ready bool progname string - l *gui.Node // label widget - d *gui.Node // dropdown widget + l *gui.Node // label widget + d *gui.Node // dropdown widget Custom func() } |
