GuiLabelButton method
Implementation
int GuiLabelButton(
RectangleD bounds,
String? text,
) => run(
() => 'GuiLabelButton($bounds, $text)',
() => rl.Gui.GuiLabelButton(
_refRectangle1(bounds).ref,
refStr(text),
),
);
int GuiLabelButton(
RectangleD bounds,
String? text,
) => run(
() => 'GuiLabelButton($bounds, $text)',
() => rl.Gui.GuiLabelButton(
_refRectangle1(bounds).ref,
refStr(text),
),
);