Handbook
Glossary
gui-window-box ( bounds title -- bool )
Vocabulary
raygui
Inputs
bounds
an
object
title
an
object
Outputs
bool
an
object
Definition
USING:
alien.c-types
alien.syntax
raylib
;
IN:
raygui
LIBRARY:
raygui
FUNCTION-ALIAS:
gui-window-box
bool
GuiWindowBox (
Rectangle
bounds,
c-string
title )