Handbook
Glossary
gtk_file_chooser_button_new ( title action -- GtkWidget* )
Vocabulary
gtk3
.
ffi
Inputs
title
an
object
action
an
object
Outputs
GtkWidget*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
GtkWidget*
gtk_file_chooser_button_new
( gchar* title,
GtkFileChooserAction
action )