Package org.gnome.gtk

Class AppChooserWidget

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

@Generated("io.github.jwharm.JavaGI") @Deprecated public class AppChooserWidget extends Widget implements Accessible, AppChooser, Buildable, ConstraintTarget
Deprecated.
GtkAppChooserWidget is a widget for selecting applications.

It is the main building block for AppChooserDialog. Most applications only need to use the latter; but you can use this widget as part of a larger widget if you have special needs.

GtkAppChooserWidget offers detailed control over what applications are shown, using the Gtk.AppChooserWidget:show-default, Gtk.AppChooserWidget:show-recommended, Gtk.AppChooserWidget:show-fallback, Gtk.AppChooserWidget:show-other and Gtk.AppChooserWidget:show-all properties. See the AppChooser documentation for more information about these groups of applications.

To keep track of the selected application, use the Gtk.AppChooserWidget::application-selected and Gtk.AppChooserWidget::application-activated signals.

CSS nodes
GtkAppChooserWidget has a single CSS node with name appchooser.