Reputation: 5
How can I get the position or frame of an NSStatusBar
item?
Upvotes: 1
Views: 750
Reputation: 24439
[statusBarItem _window]
method.window
method.There is no documented way to get it without setting a view. And when status bar item has a view, you have to draw title/image/everything yourself.
Upvotes: 1