SuperclassesDocumented Subclasses
None
Direct Slotsdefault-textThe default-text property of type :string (Read / Write) The default-text property determines the text that appears in the
widget when there are no applications for the given content type. See also the gtk:app-chooser-widget-default-text function. Default value: nil show-allThe show-all property of type :boolean (Read / Write / Construct) If the show-all property is true, the application chooser
presents all applications in a single list, without subsections for default, recommended or related applications. Default value: false show-defaultThe show-default property of type :boolean (Read / Write / Construct) The show-default property determines whether the application chooser
should show the default handler for the content type in a separate section. If false, the default handler is listed among the recommended applications. Default value: false show-fallbackThe show-fallback property of type :boolean (Read / Write / Construct) The show-fallback property determines whether the application chooser should show a section for fallback applications. If false, the fallback applications are listed among the other applications. Default value: false show-otherThe show-other property of type :boolean (Read / Write / Construct) The show-other property determines whether the application chooser should show a section for other applications. Default value: false show-recommendedThe show-recommended property of type :boolean (Read / Write / Construct) The show-recommended property determines whether the application chooser should show a section for recommended applications. If false, the recommended applications are listed among the other applications. Default value: true Details The gtk:app-chooser-widget widget is a widget for selecting
applications. It is the main building block for the gtk:app-chooser-dialog widget.
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. The gtk:app-chooser-widget widget offers detailed control over what applications are shown, using the show-default, show-recommended, show-fallback, show-other and show-all properties. See the gtk:app-chooser 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 The gtk:app-chooser-widget implementation has a single CSS node with name appchooser. Signal Details |
| Returned bySlot Access FunctionsInherited Slot Access Functions |