implemented according to the design of each platform and/or application requiring them.
gtk.app_chooser_dialog
Module for [AppChooserDialog] class
Types 3
[gtk.app_chooser_dialog.AppChooserDialog] shows a [gtk.app_chooser_widget.AppChooserWidget] inside a [gtk.dialog.Dialog].
!An example GtkAppChooserDialog
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.
Deprecated
AppChooserDialog self()Returns `this`, for use in `with` statements.AppChooserDialogGidBuilder builder()Get builder for [gtk.appchooserdialog.AppChooserDialog] Returns: New builder objectgio.file.File gfile() @propertyGet `gfile` property. Returns: The GFile used by the [gtk.appchooserdialog.AppChooserDialog].string heading() @propertyGet `heading` property. Returns: The text to show at the top of the dialog.void heading(string propval) @propertySet `heading` property. Params: propval = The text to show at the top of the dialog.gtk.app_chooser_dialog.AppChooserDialog newForContentType(gtk.window.Window parent, gtk.types.DialogFlags flags, string contentType)Creates a new [gtk.appchooserdialog.AppChooserDialog] for the provided content type.string getHeading()Returns the text to display at the top of the dialog. Returns: the text to display at the top of the dialog, or null, in which case a default text is displayedgtk.widget.Widget getWidget()Returns the [gtk.appchooserwidget.AppChooserWidget] of this dialog. Returns: the [gtk.appchooserwidget.AppChooserWidget] of selfvoid setHeading(string heading)Sets the text to display at the top of the dialog.this(gtk.window.Window parent, gtk.types.DialogFlags flags, gio.file.File file)Creates a new [gtk.appchooserdialog.AppChooserDialog] for the provided [gio.file.File].T gfile(gio.file.File propval)Set `gfile` property. Params: propval = The GFile used by the [gtk.appchooserdialog.AppChooserDialog].T heading(string propval)Set `heading` property. Params: propval = The text to show at the top of the dialog.Fluent builder for [gtk.app_chooser_dialog.AppChooserDialog]