Gtk.AppChooserDialog.new
function new(parent:Gtk.Window, flags:Gtk.DialogFlags, file:Gio.File):Gtk.Widget {
// Gjs wrapper for gtk_app_chooser_dialog_new()
}Creates a new Gtk.AppChooserDialog for the provided Gio.File, to allow the user to select an application for it.
Since 3.0
- parent
a Gtk.Window, or null
- flags
flags for this dialog
- file
a Gio.File
- Returns
a newly created Gtk.AppChooserDialog