gtk_file_chooser_add_choice ( file_chooser id label options option_labels -- )


Vocabulary
gtk3.ffi

Inputs
file_chooseran object
idan object
labelan object
optionsan object
option_labelsan object


Outputs
None

Definition


LIBRARY: gtk3 FUNCTION: void gtk_file_chooser_add_choice
( GtkFileChooser* file_chooser, gchar* id, gchar* label,
gchar** options, gchar** option_labels )