Re: Window transformations in Cocoa
Re: Window transformations in Cocoa
- Subject: Re: Window transformations in Cocoa
- From: Philippe Martin <email@hidden>
- Date: Thu, 1 Aug 2002 16:46:14 +0200
At 00:21 -0700 01/08/02, Ryan McGann wrote:
>
Does anybody know how to apply affine transforms to a window in Cocoa? For
>
example MS Office uses the genie effect to minimize its windows into a
>
custom toolbar, and the Jaguar Finder can scale a window. In fact, Carbon
>
has this built in, but I can't find anything in Cocoa, Jaguar or otherwise.
>
Is it really a Carbon-only thing?
Try [ myWindow setFrame:newFrame display:YES animate:YES ].
Not sure if it does exactly what you want, but it animates the window resizing.
Philippe
--
______________________________________________________________________
Philippe MARTIN (a.k.a. Flip)
mailto:email@hidden
http://www.MacrobyteResources.com http://www.Free-Conversant.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.