tray icon indicating copy to clipboard operation
tray copied to clipboard

Cross-platform, super tiny C99 implementation of a system tray icon with a popup menu.

Results 2 tray issues
Sort by recently updated
recently updated
newest added

I'm considering creating Go bindings for tray. Would such a PR be welcome or is it outside of the scope?

```sh /tray/tray.h:103:28: error: too many arguments to function call, expected 0, have 2 103 | id menu = objc_msgSend((id)objc_getClass("NSMenu"), sel_registerName("new")); | ~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/objc/message.h:59:1: note: 'objc_msgSend' declared here 59 |...