···25252626screen: *Screen,
27272828-/// Deprecated. Use `child` instead
2929-///
3028/// Creates a new window with offset relative to parent and size clamped to the
3129/// parent's size. Windows do not retain a reference to their parent and are
3230/// unaware of resizes.
3333-pub fn initChild(
3131+fn initChild(
3432 self: Window,
3533 x_off: usize,
3634 y_off: usize,