Widget.parentWindow

Returns the window to which this widget is attached.

class Widget
final @property inout @nogc nothrow pure
inout(Window)
parentWindow
()

Meta

History

Prior to May 11, 2021, the Window parentWindow variable was directly available. Now, only this property getter is available and the actual store is private.