public void set_title (string title);
public void set_width_chars (int n_chars);
[CCode (has_construct_function = false, type = "GtkWidget*")]
- public FileChooserButton.with_dialog (Gtk.Widget dialog);
+ public FileChooserButton.with_dialog (Gtk.Dialog dialog);
public Gtk.FileChooser dialog { construct; }
public bool focus_on_click { get; set; }
public string title { get; set; }
public void set_title (string title);
public void set_width_chars (int n_chars);
[CCode (has_construct_function = false, type = "GtkWidget*")]
- public FileChooserButton.with_dialog (Gtk.Widget dialog);
+ public FileChooserButton.with_dialog (Gtk.Dialog dialog);
public Gtk.FileChooser dialog { construct; }
public bool focus_on_click { get; set; }
public string title { get; set; }
gtk_file_chooser_get_preview_uri transfer_ownership="1"
gtk_file_chooser_get_uri transfer_ownership="1"
gtk_file_chooser_get_uris transfer_ownership="1" type_arguments="string"
+gtk_file_chooser_button_new_with_dialog.dialog type_name="Dialog"
gtk_file_chooser_dialog_new.title nullable="1"
gtk_file_chooser_dialog_new.parent nullable="1"
gtk_file_chooser_dialog_new_with_backend.title nullable="1"
gtk_file_chooser_get_preview_uri transfer_ownership="1"
gtk_file_chooser_get_uri transfer_ownership="1"
gtk_file_chooser_get_uris transfer_ownership="1" type_arguments="string"
+gtk_file_chooser_button_new_with_dialog.dialog type_name="Dialog"
gtk_file_chooser_dialog_new.title nullable="1"
gtk_file_chooser_dialog_new.parent nullable="1"
gtk_file_chooser_dialog_new_with_backend.title nullable="1"