GuiGroupBox function

GuiResult GuiGroupBox(
  1. RectangleD bounds,
  2. String? text
)

Implementation

GuiResult GuiGroupBox(
  RectangleD bounds,
  String? text,
) => _module.GuiGroupBox(bounds, text);