I need to set a custom position to the NSMenu
of a NSPopUpButton
object.
The default position looks like this:
But I want it to look like this:
I need to set a custom position to the NSMenu
of a NSPopUpButton
object.
The default position looks like this:
But I want it to look like this:
You'll have to roll your own - there's no (public) API to control that aspect of a Cocoa NSPopupButton
.