You should use a .xib instead of creating the menu bar programatically.  Create 
a new Cocoa App in Xcode and it will have all of what you seek pre-configured 
in a .xib with no code needed.

—Rob


> On Aug 22, 2018, at 2:14 PM, Lars C. Hassing <[email protected]> wrote:
> 
> In decarbonizing I have now come to creating a menubar programmatically using 
> NSMenu.
> 
> Carbon seems to be so nice to add standard items to the application menu: 
> Services, Hide app, Hide Others, Show All, Quit app,
> and they are added using the user’s Preferred Language setting in System 
> Preferences’s Language & Region,
> so in German “Hide Others” is added as “Andere ausblenden”.
> 
> However, it seems that in Cocoa I have to add these standard items myself,
> but how can I find out what “Hide Others” is called in the user’s Preferred 
> Language ?
> 
> And what is the Cocoa equivalent of CreateStandardWindowMenu ?
> /Lars
> 
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Carbon-dev mailing list      ([email protected])
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/carbon-dev/petrock%40mac.com
> 
> This email sent to [email protected]

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/carbon-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to