Creates a new gtk.app_chooser_dialog.AppChooserDialog for the provided gio.file.File.
Returns the text to display at the top of the dialog.
Returns the gtk.app_chooser_widget.AppChooserWidget of this dialog.
Sets the text to display at the top of the dialog.
Creates a new gtk.app_chooser_dialog.AppChooserDialog for the provided content type.
Returns the currently selected application.
Returns the content type for which the gtk.app_chooser.AppChooser shows applications.
Reloads the list of applications.
Adds an activatable widget to the action area of a gtk.dialog.Dialog.
Adds a button with the given text.
Returns the content area of dialog.
Returns the header bar of dialog.
Gets the response id of a widget in the action area of a dialog.
Gets the widget button that uses the given response ID in the action area of a dialog.
Emits the ::response signal with the given response ID.
Sets the default widget for the dialog based on the response ID.
A convenient way to sensitize/desensitize dialog buttons.
Connect to Close signal.
Connect to Response signal.
Returns the currently selected application.
Returns the content type for which the gtk.app_chooser.AppChooser shows applications.
Reloads the list of applications.
Deprecated: The application selection widgets should be implemented according to the design of each platform and/or application requiring them.
gtk.app_chooser_dialog.AppChooserDialog shows a gtk.app_chooser_widget.AppChooserWidget inside a gtk.dialog.Dialog.
Note that gtk.app_chooser_dialog.AppChooserDialog does not have any interesting methods of its own. Instead, you should get the embedded gtk.app_chooser_widget.AppChooserWidget using gtk.app_chooser_dialog.AppChooserDialog.getWidget and call its methods if the generic gtk.app_chooser.AppChooser interface is not sufficient for your needs.
To set the heading that is shown above the gtk.app_chooser_widget.AppChooserWidget, use gtk.app_chooser_dialog.AppChooserDialog.setHeading.
CSS nodes
gtk.app_chooser_dialog.AppChooserDialog has a single CSS node with the name window and style class .appchooser.