gtk_file_chooser_dialog_new ( title parent action first_button_text varargs -- GtkWidget* )


Vocabulary
gtk2.ffi

Inputs
titlean object
parentan object
actionan object
first_button_textan object
varargsan object


Outputs
GtkWidget*an object


Definition


LIBRARY: gtk2 FUNCTION: GtkWidget*
gtk_file_chooser_dialog_new
( gchar* title, GtkWindow* parent, GtkFileChooserAction
action, gchar* first_button_text, void* varargs )