tailscale / walk

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

go.mod, notifyicon.go: expose (*NotifyIcon).OpenContextMenu #56

Closed dblohm7 closed 9 months ago

dblohm7 commented 9 months ago

We're going to need a public method for showing a notification icon's context menu. The public version ensures that the desired (x,y) coordinates fall within the notification icon's bounding box.

We also update win and adjust our win.Shell_NotifyIcon callsite accordingly.

Updates https://github.com/tailscale/tailscale/issues/10500