How to display a balloon message in the status bar on Mac OS X

Apple has an NSStatusItem for managing a status bar item. But it does not have an API to display an air message from the status bar.

I know Java has TrayIcon.displayMessage() .

Does anyone know how to implement this post using Xcode C / C ++?

+4
source share
2 answers

No, ball-style messages are not part of the standard OS X user interface. Many of the similar features use third-party Growl tools.

+6
source

Source: https://habr.com/ru/post/1333444/


All Articles