Gtk.AppChooserDialog
Class
GtkAppChooserDialog
deprecated: 4.10
Description [src]
final class Gtk.AppChooserDialog : Gtk.Dialog
implements Gtk.Accessible, Gtk.AppChooser, Gtk.Buildable, Gtk.ConstraintTarget, Gtk.Native, Gtk.Root, Gtk.ShortcutManager {
/* No available fields */
}
GtkAppChooserDialog
shows a GtkAppChooserWidget
inside a GtkDialog
.
Note that GtkAppChooserDialog
does not have any interesting methods
of its own. Instead, you should get the embedded GtkAppChooserWidget
using gtk_app_chooser_dialog_get_widget()
and call its methods if
the generic GtkAppChooser
interface is not sufficient for
your needs.
To set the heading that is shown above the GtkAppChooserWidget
,
use gtk_app_chooser_dialog_set_heading()
.
CSS nodes
GtkAppChooserDialog
has a single CSS node with the name window
and style
class .appchooser
.
Deprecated since: 4.10
The application selection widgets should be implemented according to the design of each platform and/or application requiring them.