gnome.pages.gitlab.gnome.org

Gtk.AppChooserDialog

Class

GtkAppChooserDialog

deprecated: 4.10 

Description [src]

final class Gtk.AppChooserDialog : Gtk.Dialog
  implements Gtk.Accessible, Gtk.AppChooser, Gtk.Buildable, Gtk.ConstraintTarget, Gtk.Native, Gtk.Root, Gtk.ShortcutManager {
  /* No available fields */
}

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 gtk_app_chooser_dialog_get_widget() and call its methods if the generic GtkAppChooser interface is not sufficient for your needs.

To set the heading that is shown above the GtkAppChooserWidget, use gtk_app_chooser_dialog_set_heading().

CSS nodes

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

Deprecated since: 4.10

The application selection widgets should be implemented according to the design of each platform and/or application requiring them.

Constructors

Instance methods

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.