[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GUI issue - adding item to Menu
From: |
Wolfgang Lux |
Subject: |
Re: GUI issue - adding item to Menu |
Date: |
Fri, 13 May 2016 12:01:54 +0200 |
> Am 13.05.2016 um 11:55 schrieb Riccardo Mottola <riccardo.mottola@libero.it>:
>
> Hi,
>
>
> On 05/13/16 11:40, Wolfgang Lux wrote:
>> Yes. Don't use the same name for the main menu and another application menu,
>> it's a bad idea anyway (on OS X you would end up with two items with the
>> same name in the menubar). Incidentally, Apple calls their equivalent of
>> your 'Terminal' menu 'Shell' in their Terminal application (and have
>> historically done so already in the NeXTstep days).
>
> you do mean that the code wouldn't work on Mac either? I didn't check.
>
> It used to work for us... if it is supposed not to work on Mac, then fine I
> work around it.
I don't know whether it doesn't work. I just said your menu bar on OS X would
look like this:
Terminal Terminal Edit Window Help
which is, err, odd at best.
Wolfgang