diff options
| author | Jeff Carr <[email protected]> | 2024-01-05 13:30:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-05 13:30:00 -0600 |
| commit | 327e14f05154b1cfdb9af27b387cc3227cedca0d (patch) | |
| tree | a040d4bd5a558e4da5a747cd8684363801864f29 /andlabs/dropdown.go | |
| parent | b9868cc873501e9e73c76b76a99d7b72cadab9b0 (diff) | |
andlabs compiles with 'go.wit.com/gui/widget'
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'andlabs/dropdown.go')
| -rw-r--r-- | andlabs/dropdown.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/andlabs/dropdown.go b/andlabs/dropdown.go index c7a11e2..f5dc295 100644 --- a/andlabs/dropdown.go +++ b/andlabs/dropdown.go @@ -4,7 +4,7 @@ import ( "github.com/andlabs/ui" _ "github.com/andlabs/ui/winmanifest" - "go.wit.com/gui/toolkits" + "go.wit.com/gui/widget" ) func (p *node) newDropdown(n *node) { @@ -65,7 +65,7 @@ func (n *node) AddDropdownName(s string) { t.addDropdownName(s) } -func (n *node) SetDropdownName(a *toolkit.Action, s string) { +func (n *node) SetDropdownName(a *widget.Action, s string) { log(logInfo, "SetDropdown()", n.WidgetId, ",", s) t := n.tk |
