AppChooser


Object Hierarchy:

Gtk.AppChooser Gtk.AppChooser Gtk.AppChooser Gtk.Widget Gtk.Widget Gtk.Widget->Gtk.AppChooser GLib.InitiallyUnowned GLib.InitiallyUnowned GLib.InitiallyUnowned->Gtk.Widget GLib.Object GLib.Object GLib.Object->GLib.InitiallyUnowned Atk.Implementor Atk.Implementor Atk.Implementor->Gtk.Widget Gtk.Buildable Gtk.Buildable Gtk.Buildable->Gtk.Widget

Description:

[ CCode ( type_id = "gtk_app_chooser_get_type ()" ) ]
public interface AppChooser : Widget

AppChooser is an interface that can be implemented by widgets which allow the user to choose an application ( typically for the purpose of opening a file).

The main objects that implement this interface are AppChooserWidget, AppChooserDialog and AppChooserButton.

Applications are represented by GIO AppInfo objects here. GIO has a concept of recommended and fallback applications for a given content type. Recommended applications are those that claim to handle the content type itself, while fallback also includes applications that handle a more generic content type. GIO also knows the default and last-used application for a given content type. The AppChooserWidget provides detailed control over whether the shown list of applications should include default, recommended or fallback applications.

To obtain the application that has been selected in a AppChooser, use get_app_info.

All known implementing classes:

Namespace: Gtk
Package: gtk+-3.0

Content:

Properties:

Methods:

Inherited Members:

All known members inherited from class Gtk.Widget
All known members inherited from interface Atk.Implementor