gtk.app_chooser_mixin

Module for AppChooser interface mixin

Public Imports

gtk.app_chooser_iface_proxy
public import gtk.app_chooser_iface_proxy;
Undocumented in source.
gid.gid
public import gid.gid;
Undocumented in source.
gio.app_info
public import gio.app_info;
Undocumented in source.
gobject.gid_builder
public import gobject.gid_builder;
Undocumented in source.
gobject.object
public import gobject.object;
Undocumented in source.
gtk.c.functions
public import gtk.c.functions;
Undocumented in source.
gtk.c.types
public import gtk.c.types;
Undocumented in source.
gtk.types
public import gtk.types;
Undocumented in source.

Members

Templates

AppChooserGidBuilderT
template AppChooserGidBuilderT()

Fluent builder implementation template for gtk.app_chooser.AppChooser

AppChooserT
template AppChooserT()

#GtkAppChooser 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 #GtkAppChooserWidget, #GtkAppChooserDialog and #GtkAppChooserButton.