diff options
| author | Jeff Carr <[email protected]> | 2023-04-12 13:00:29 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-12 13:00:29 -0500 |
| commit | 047cde4c9d68ea4ff87006448137e836ec9eb140 (patch) | |
| tree | ce3332991cf5ebd7761e9021f66db787abd25536 /toolkit/andlabs/structs.go | |
| parent | 982097557b2625cf04378cd7e7771122382d6de9 (diff) | |
better toolkit init options
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/andlabs/structs.go')
| -rw-r--r-- | toolkit/andlabs/structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolkit/andlabs/structs.go b/toolkit/andlabs/structs.go index 0216407..60047ef 100644 --- a/toolkit/andlabs/structs.go +++ b/toolkit/andlabs/structs.go @@ -22,6 +22,7 @@ type andlabsT struct { // tw *toolkit.Widget parent *andlabsT + a toolkit.Action uiControl ui.Control |
