Re: Child windows
Re: Child windows
- Subject: Re: Child windows
- From: Andreas Mayer <email@hidden>
- Date: Sun, 14 Jan 2007 18:19:34 +0100
Am 14.01.2007 um 16:43 Uhr schrieb Uli Kusterer:
Cocoa currently doesn't have the concept of child windows
Hm? Sure it does.
-----
addChildWindow:ordered:
childWin is ordered either above (NSWindowAbove) or below
(NSWindowBelow) the receiver, and maintained in that relative place
for subsequent ordering operations involving either window.
- (void)addChildWindow:(NSWindow *)childWin ordered:
(NSWindowOrderingMode)place
Discussion
While this attachment is active, moving childWin will not cause the
receiver to move (as in sliding a drawer in or out), but moving the
receiver will cause childWin to move.
[...]
Availability
Available in Mac OS X v10.2 and later.
-----
Andreas
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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