GuiWindowBox method
Window Box control, shows a window that can be closed
Implementation
GuiResult GuiWindowBox(
RectangleD bounds,
String? title,
) => run(
() => _debugLabels.GuiWindowBox(bounds, title),
() => .fromValue(_flat.GuiWindowBox(
bounds,
$.String$.ValueOrNull(title),
)),
);