I'm building a background windows application using node-webkit that has a system-tray menu. I'd like to be able to build a system tray menu that is more complex than a dropdown with checkboxes; something more akin to dropbox:
There is no mention of styling the system tray in nw.js's docs. How can I do this with nw.js?
If not nw.js, what other languages/frameworks would be a good fit to do something like this?