Handbook
Glossary
gtk_file_chooser_add_choice ( file_chooser id label options option_labels -- )
Vocabulary
gtk3
.
ffi
Inputs
file_chooser
an
object
id
an
object
label
an
object
options
an
object
option_labels
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
void
gtk_file_chooser_add_choice
( GtkFileChooser* file_chooser, gchar* id, gchar* label,
gchar** options, gchar** option_labels )