GuiLine abstract method

int GuiLine(
  1. RectangleStructType bounds,
  2. String? text
)

Line separator control, could contain text

Implementation

int GuiLine(
  RectangleStructType bounds,
  String? text,
);