Package org.gnome.gtk

Class AppChooserDialog

java.lang.Object
All Implemented Interfaces:
Proxy, Accessible, AppChooser, Buildable, ConstraintTarget, Native, Root, ShortcutManager

@Generated("io.github.jwharm.JavaGI") @Deprecated public class AppChooserDialog extends Dialog implements Accessible, AppChooser, Buildable, ConstraintTarget, Native, Root, ShortcutManager
Deprecated.
GtkAppChooserDialog shows a GtkAppChooserWidget inside a GtkDialog.

An example GtkAppChooserDialog

Note that GtkAppChooserDialog does not have any interesting methods of its own. Instead, you should get the embedded GtkAppChooserWidget using getWidget() and call its methods if the generic AppChooser interface is not sufficient for your needs.

To set the heading that is shown above the GtkAppChooserWidget, use setHeading(java.lang.String).

CSS nodes
GtkAppChooserDialog has a single CSS node with the name window and style class .appchooser.