Handbook
Glossary
gui-list-view-ex ( bounds text count focus scrollIndex active -- int )
Vocabulary
raygui
Inputs
bounds
an
object
text
an
object
count
an
object
focus
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-ex
int
GuiListViewEx
(
Rectangle
bounds, c-string* text,
int
count, int* focus,
int* scrollIndex,
int
active )