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