How can I get events when the Dock is showing or hiding?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can get a notification if the dock is visible or not using Carbon. I do not know of any way to do it in Cocoa. (I haven't tested this; it's from the code here) Create your callback method:
And then put this wherever you want to start listening for the notification:
|
|||
|
|