AppChooserDialog
Object Hierarchy:
Gtk.AppChooserDialog
Gtk.AppChooserDialog
Gtk.AppChooserDialog
Gtk.Dialog
Gtk.Dialog
Gtk.Dialog->Gtk.AppChooserDialog
Gtk.Window
Gtk.Window
Gtk.Window->Gtk.Dialog
Gtk.Widget
Gtk.Widget
Gtk.Widget->Gtk.Window
GLib.InitiallyUnowned
GLib.InitiallyUnowned
GLib.InitiallyUnowned->Gtk.Widget
GLib.Object
GLib.Object
GLib.Object->GLib.InitiallyUnowned
Gtk.Accessible
Gtk.Accessible
Gtk.Accessible->Gtk.AppChooserDialog
Gtk.Accessible->Gtk.Dialog
Gtk.Accessible->Gtk.Window
Gtk.Accessible->Gtk.Widget
Gtk.Buildable
Gtk.Buildable
Gtk.Buildable->Gtk.AppChooserDialog
Gtk.Buildable->Gtk.Dialog
Gtk.Buildable->Gtk.Window
Gtk.Buildable->Gtk.Widget
Gtk.ConstraintTarget
Gtk.ConstraintTarget
Gtk.ConstraintTarget->Gtk.AppChooserDialog
Gtk.ConstraintTarget->Gtk.Dialog
Gtk.ConstraintTarget->Gtk.Window
Gtk.ConstraintTarget->Gtk.Widget
Gtk.Native
Gtk.Native
Gtk.Native->Gtk.AppChooserDialog
Gtk.Native->Gtk.Dialog
Gtk.Native->Gtk.Window
Gtk.Root
Gtk.Root
Gtk.Root->Gtk.AppChooserDialog
Gtk.Root->Gtk.Dialog
Gtk.Root->Gtk.Window
Gtk.ShortcutManager
Gtk.ShortcutManager
Gtk.ShortcutManager->Gtk.AppChooserDialog
Gtk.ShortcutManager->Gtk.Dialog
Gtk.ShortcutManager->Gtk.Window
Gtk.AppChooser
Gtk.AppChooser
Gtk.AppChooser->Gtk.AppChooserDialog
Description:
[
CCode ( type_id =
"gtk_app_chooser_dialog_get_type ()" ) ]
public class AppChooserDialog :
Dialog ,
Accessible ,
AppChooser ,
Buildable ,
ConstraintTarget ,
Native ,
Root ,
ShortcutManager
`GtkAppChooserDialog` shows a `GtkAppChooserWidget` inside a `GtkDialog`.
![An example GtkAppChooserDialog](appchooserdialog.png)
Note that `GtkAppChooserDialog` does not have any interesting methods of its own. Instead, you should get the embedded
`GtkAppChooserWidget` using [[email protected] _widget] and call its methods if the generic [[email protected] ] interface
is not sufficient for your needs.
To set the heading that is shown above the `GtkAppChooserWidget`, use [[email protected] _heading].
Content:
Properties:
Creation methods:
Methods:
public unowned string ? get_heading ()
Returns the text to display at the top of the dialog.
public unowned Widget get_widget ()
Returns the `GtkAppChooserWidget` of this dialog.
public void set_heading (string heading)
Sets the text to display at the top of the dialog.
Inherited Members:
All known members inherited from class Gtk.Dialog
All known members inherited from class Gtk.Window
All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref
All known members inherited from interface Gtk.Accessible
All known members inherited from interface Gtk.AppChooser
All known members inherited from interface Gtk.Buildable
All known members inherited from interface Gtk.Native
All known members inherited from interface Gtk.Root
All known members inherited from interface Gtk.ShortcutManager