Re: tile opened windows
Re: tile opened windows
- Subject: Re: tile opened windows
- From: Jens Alfke <email@hidden>
- Date: Thu, 29 May 2008 07:44:04 -0700
On 29 May '08, at 6:34 AM, vince wrote:
I have a doc based app that at times requires multiple opened docs.
I'd like
to add a 'tile windows' menu option that places the docs in some
sort of
random checkerboard-styled order on the display. Is this a major task?
thanks.
No, that should be easy.
Use NSScreen to find the bounding box(es) of the screen(s). Divide
those up into rects however you like. Call -setFrame:display: on each
window.
—Jens
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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