gtk.AppChooserT

Undocumented in source.

Public Imports

gtkc.gtktypes
public import gtkc.gtktypes;
Undocumented in source.
gtkc.gtk
public import gtkc.gtk;
Undocumented in source.
glib.ConstructionException
public import glib.ConstructionException;
Undocumented in source.
gobject.ObjectG
public import gobject.ObjectG;
Undocumented in source.
glib.Str
public import glib.Str;
Undocumented in source.
gio.AppInfo
public import gio.AppInfo;
Undocumented in source.

Members

Templates

AppChooserT
template AppChooserT(TStruct)

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.

Meta