Re: Context menu for minimised window
Re: Context menu for minimised window
- Subject: Re: Context menu for minimised window
- From: Eric Schlegel <email@hidden>
- Date: Tue, 30 Oct 2001 08:25:52 -0800
On Tuesday, October 30, 2001, at 03:04 AM, Rainer Brockerhoff wrote:
While on the subject of minimized windows, is there any official
support for keeping their dock icons updated like QuickTime Player does?
In Carbon, use UpdateCollapsedWindowDockTile.
In Cocoa, I'm just guessing since I work on Carbon, but [NSWindow
setMiniwindowImage] might do the job.
-eric