AppChooserWidget
Object Hierarchy:
Description:
[ CCode ( type_id = "gtk_app_chooser_widget_get_type ()" ) ]
public class AppChooserWidget : Widget, Accessible, AppChooser, Buildable, ConstraintTarget
public class AppChooserWidget : Widget, Accessible, AppChooser, Buildable, ConstraintTarget
AppChooserWidget 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.
AppChooserWidget offers detailed control over what applications are shown, using the show_default, show_recommended, show_fallback, show_other and show_all properties. See the AppChooser documentation for more information about these groups of applications.
To keep track of the selected application, use the application_selected and application_activated signals.
CSS nodes
GtkAppChooserWidget has a single CSS node with name appchooser.
Namespace: Gtk
Package: gtk4
Content:
Properties:
Creation methods:
Methods:
Signals:
Inherited Members:
All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
All known members inherited from interface Gtk.Accessible
All known members inherited from interface Gtk.AppChooser
All known members inherited from interface Gtk.Buildable