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.
Returns this, for use in with statements.
Sets the text to display at the top of the dialog.
Get gfile property.
Get heading property.
Set heading property.
Get builder for gtk.app_chooser_dialog.AppChooserDialog
Creates a new gtk.app_chooser_dialog.AppChooserDialog for the provided content type.
Get contentType property.
Returns the currently selected application.
Returns the content type for which the gtk.app_chooser.AppChooser shows applications.
Reloads the list of applications.
Returns this, for use in with statements.
Get builder for gtk.dialog.Dialog
Get useHeaderBar property.
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.
Get contentType property.
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.