Handbook
Glossary
gtk_list_box_prepend ( list_box child -- )
Vocabulary
gtk3
.
ffi
Inputs
list_box
an
object
child
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
void
gtk_list_box_prepend
( GtkListBox* list_box, GtkWidget* child )