AppChooserDialog.this

Creates a new GtkAppChooserDialog for the provided content type, to allow the user to select an application for it.

  1. this(GtkAppChooserDialog* gtkAppChooserDialog)
  2. this(Window parent, GtkDialogFlags flags, File file)
  3. this(Window parent, GtkDialogFlags flags, string contentType)
    class AppChooserDialog

Parameters

parent Window

a GtkWindow, or NULL. [allow-none]

flags GtkDialogFlags

flags for this dialog

contentType string

a content type string

Throws

ConstructionException GTK+ fails to create the object.

Meta