> On Nov 25, 2019, at 1:26 AM, Allan Odgaard via Cocoa-dev
> wrote:
>
> On 25 Nov 2019, at 7:36, Kurt Bigler via Cocoa-dev wrote:
>
>>> With a menu delegate you can lazily update the menu (menuNeedsUpdate:) or
>>> you can even bypass updating the menu for key events by implementing
>>> menu
> On Oct 18, 2022, at 9:43 AM, Dragan Milić via Cocoa-dev
> wrote:
>
> Hi all,
>
> I’m developing a tiny application, which has an NSStatusItem instance with a
> menu. One for the menu items of the menu has a custom view, which is either
> an NSTextField instance, or in can even be an NSVie