Re: resizing windows in outline mode
Re: resizing windows in outline mode
- Subject: Re: resizing windows in outline mode
- From: Finlay Dobbie <email@hidden>
- Date: Tue, 8 Jan 2002 22:48:20 +0000
On Tuesday, January 8, 2002, at 10:21 pm, Jason Blake wrote:
Is there an easy way to force my application's windows to only draw an
outline of itself when being resized? I've read through all the
documentation on NSWindow and NSWindowController, and I don't see an
easy way to do this. Am i missing something? Is there a bit to set
somewhere to enable this?
No, it's only available if you fail to provide a hook for a certain
event to the window manager in Carbon (i.e. don't fully support
Aqua ;-)).
-- Finlay