GuiGroupBox method
Implementation
int GuiGroupBox(
RectangleD bounds,
String? text,
) => run(
() => 'GuiGroupBox($bounds, $text)',
() => rl.Gui.GuiGroupBox(
_refRectangle1(bounds).ref,
refStr(text),
),
);
int GuiGroupBox(
RectangleD bounds,
String? text,
) => run(
() => 'GuiGroupBox($bounds, $text)',
() => rl.Gui.GuiGroupBox(
_refRectangle1(bounds).ref,
refStr(text),
),
);