getlantern / systray

a cross platfrom Go library to place an icon and menu in the notification area
Apache License 2.0
3.28k stars 451 forks source link

Newbie Question: What GUI library is used? #247

Closed lonnietc closed 1 year ago

lonnietc commented 1 year ago

Hello,

I'm a bit new to Golang, coming from a C/C++ background and am wondering what Golang GUI library is being used here since I could not detect it in the code, but it compiles fine on my Go v1.19.3 (Windows 10 x64) and I am interested in some additional features like a popup window with some basic features initiated by a systray selection.

Any help would be greatly appreciated. Thanks in advance.

lonnietc commented 1 year ago

I found that it uses native API call to Windows. Thanks