Name
Window.Parent -- set window parent
Platforms
Windows, Linux, macOS

Function
Set this to an identifier of a MOAI object that should become the parent of this window. If a window has a parent, the window will automatically be hidden when the parent is hidden and it will also be centered above the parent in case no explicit position has been specified.

Note that you should use Dialog class if you want the parent window to be blocked while the child is open. See Dialog class for details.

Type
MOAI object

Applicability
I


Show TOC