AppChooserDialog
Object Hierarchy:
Description:
[ Version ( deprecated = true , deprecated_since = "4.10" ) ]
public sealed class AppChooserDialog : Dialog, Accessible, AppChooser, Buildable, ConstraintTarget, Native, Root, ShortcutManager
Warning: AppChooserDialog is deprecated since 4.10.
`GtkAppChooserDialog` shows a `GtkAppChooserWidget` inside a `GtkDialog`.
The application selection widgets should be implemented according to the design of each platform and/or application requiring them.
![An example GtkAppChooserDialog](appchooserdialog.png)
Note that `GtkAppChooserDialog` does not have any interesting methods of its own. Instead, you should get the embedded `GtkAppChooserWidget` using [method@Gtk.AppChooserDialog.get_widget] and call its methods if the generic [iface@Gtk.AppChooser] interface is not sufficient for your needs.
To set the heading that is shown above the `GtkAppChooserWidget`, use [method@Gtk.AppChooserDialog.set_heading].
CSS nodes
`GtkAppChooserDialog` has a single CSS node with the name `window` and style class `.appchooser`.