GtkAppChooserDialog

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.

More...
struct GtkAppChooserDialog

Detailed Description

Deprecated: The application selection widgets should be implemented according to the design of each platform and/or application requiring them.