DVUI

parentSet

Make w the new parent widget. See parentGet.

Only valid between Window.beginand Window.end.

Parameters

#
w:Widget
Widget

Source

Implementation

#
pub fn parentSet(w: Widget) void {
    const cw = currentWindow();
    cw.current_parent = w;
}