Handbook
Glossary
gui-list-view ( bounds text scrollIndex active -- int )
Vocabulary
raygui
Inputs
bounds
an
object
text
an
object
scrollIndex
an
object
active
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
raylib
;
IN:
raygui
LIBRARY:
raygui
FUNCTION-ALIAS:
gui-list-view
int
GuiListView
(
Rectangle
bounds,
c-string
text, int* scrollIndex,
int
active )