diff options
| author | Jeff Carr <[email protected]> | 2023-04-27 12:41:42 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-27 12:41:42 -0500 |
| commit | 253dcb012f6d4fc861e6fc9a66fd2c7260ead442 (patch) | |
| tree | a3092695fa5d6769d5898e3319016f0bb84ae6e9 /toolkit/andlabs/structs.go | |
| parent | 8100e7a1abdc31afbf65af6d0b7cd7cb0fff69eb (diff) | |
andlabs: deprecate old code
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/andlabs/structs.go')
| -rw-r--r-- | toolkit/andlabs/structs.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/andlabs/structs.go b/toolkit/andlabs/structs.go index c4618b9..c2f1d11 100644 --- a/toolkit/andlabs/structs.go +++ b/toolkit/andlabs/structs.go @@ -5,7 +5,7 @@ import "git.wit.org/wit/gui/toolkit" import "github.com/andlabs/ui" import _ "github.com/andlabs/ui/winmanifest" -var andlabs map[int]*andlabsT +// var andlabs map[int]*andlabsT // var callback func(int) bool var callback chan toolkit.Action @@ -38,8 +38,8 @@ type node struct { // stores the raw toolkit internals type andlabsT struct { - wId int // widget ID - WidgetType toolkit.WidgetType + // wId int // widget ID + // WidgetType toolkit.WidgetType Name string Text string |
