CocoaDev

Edit AllPages

Another useful way to specify window level is with -[NSWindow addChildWindow:ordered:]. This allows you to place a window always directly over or under a related window (and will also cause drags of the parent to drag the child as well). Think of a sheet.

see also

*WindowAlwaysInFront *SplashWindow *GlobalFloatingWindow *PopOutWindowFromTitleBar