Minimize All - sends what?
Minimize All - sends what?
- Subject: Minimize All - sends what?
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Wed, 6 May 2009 08:01:10 +0700
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 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.
I want to intercept this call, but to do this, I need to know what
message gets sent (and to whom).
Kind regards,
Gerriet.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden