GuiLabelButton abstract method

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

Implementation

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