tailscale / walk

A Windows GUI toolkit for the Go Programming Language
Other
32 stars 5 forks source link

action.go, menu.go, declarative/action.go, examples/actions: fix radio button menu items #66

Closed nickkhyl closed 4 months ago

nickkhyl commented 4 months ago

This prevents radio button menu items from being unchecked when a user selects an already checked item. It also updates other item states in an exclusivity group when a radio button menu item is checked programmatically or by a user.

Finally, it allows to create radio button menu items using the declarative syntax and updates examples/actions to demonstrate the new behavior.

Fixes #65

dblohm7 commented 4 months ago

(Also, thanks for adding declarative support!)