lxn / walk

A Windows GUI toolkit for the Go Programming Language
Other
6.78k stars 885 forks source link

action: provide a Menu() getter #742

Closed zx2c4 closed 3 years ago

zx2c4 commented 3 years ago

It's useful for abstractions to be able to get the Menu back out of an action after putting it in, so this commit adds a simple accessor for it.

lxn commented 3 years ago

Thanks!