Reputation: 3068
How can I make a Menu Extra like the Battery Meter in Cocoa? I can make a Status Item, but they are not movable.
Upvotes: 2
Views: 887
Reputation: 243146
The NSMenuExtra
functionality is private API. The best you can do (without delving into Apple's private frameworks and figuring it out yourself) is to use NSStatusItem
.
Upvotes: 5