GuiGroupBox abstract method

int GuiGroupBox(
  1. RectangleD bounds,
  2. MemoryPointer<RInt8> text
)

Group Box control with text name

Implementation

int GuiGroupBox(
  RectangleD bounds,
  MemoryPointer<RChar> text,
);