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