Re: Dragging Transparent NSWindow with parent NSOpenGLView

Kyle Sluder <[email protected]> Thu, 1 Jul 2010 22:53:55 -0700
Newsgroups gmane.comp.macosx.devel
Message-ID <[email protected]>
On Thu, Jul 1, 2010 at 10:45 PM, NickMtl <[email protected]> wrote:
> Is there a way to either track the main window while it is being moved
> or to automatically define a NIB-style constrained layout for floating
> NSWindows?

Child windows: http://developer.apple.com/mac/library/documentation/Cocoa/Reference/ApplicationKit/Classes/NSWindow_Class/Reference/Reference.html#//apple_ref/doc/uid/20000013-BCIBCGJE

--Kyle Sluder