GuiPanel method
Panel control, useful to group controls
Implementation
@override
int GuiPanel(
RectangleD bounds,
MemoryPointer<RChar> text,
) => _ffi.GuiPanel(
$.Rectangle$.Ref1(bounds).asNativePointer<RectangleC>().ref,
text.asNativePointer(),
);