Handbook
Glossary
gui-label-button ( bounds text -- bool )
Vocabulary
raygui
Inputs
bounds
an
object
text
an
object
Outputs
bool
an
object
Definition
USING:
alien.c-types
alien.syntax
raylib
;
IN:
raygui
LIBRARY:
raygui
FUNCTION-ALIAS:
gui-label-button
bool
GuiLabelButton (
Rectangle
bounds,
c-string
text )