Re: Minimize All - sends what?

2009-05-06 Thread Gerriet M. Denkmann
On 6 May 2009, at 11:41, Graham Cox wrote: On 06/05/2009, at 11:01 AM, Gerriet M. Denkmann wrote: But what is called when I Option-click Window - Minimize (the Menu Item changes to Minimize All)? I cannot find any information in Interface Builder. And see no obvious methods in NSWindow.

Minimize All - sends what?

2009-05-05 Thread Gerriet M. Denkmann
In a Cocoa app when I click Window - Minimize -[NSWindow performMiniaturize:] is called, which then calls -[NSWindow miniaturize:]. When I click the yellow button of a window, -[NSWindow miniaturize:] is called directly. Seen and checked in Debugger. But what is called when I

Re: Minimize All - sends what?

2009-05-05 Thread Graham Cox
On 06/05/2009, at 11:01 AM, Gerriet M. Denkmann wrote: But what is called when I Option-click Window - Minimize (the Menu Item changes to Minimize All)? I cannot find any information in Interface Builder. And see no obvious methods in NSWindow. NSApplication: -