GuiGroupBox method

int GuiGroupBox(
  1. RectangleC bounds,
  2. Pointer<Char> text
)

Group Box control with text name

Implementation

int GuiGroupBox(RectangleC bounds, Pointer<Char> text)
  => _GuiGroupBox(bounds, text);