Package: gtk

Class gtk:app-chooser-dialog

Superclasses

Documented Subclasses

None

Direct Slots

gfile
The gfile property of type g:file (Read / Write / Construct Only)
The g:file object used by the gtk:app-chooser-dialog widget. The dialog's content type will be guessed from the file, if present.
heading
The heading property of type :string (Read / Write)
The text to show at the top of the dialog. The string may contain Pango markup.
Default value: nil

Details

The gtk:app-chooser-dialog widget shows a gtk:app-chooser-widget widget inside a gtk:dialog widget.

Note that the gtk:app-chooser-dialog widget does not have any interesting methods of its own. Instead, you should get the embedded gtk:app-chooser-widget class using the gtk:app-chooser-dialog-widget function and call its methods if the gtk:app-chooser interface is not sufficient for your needs.

To set the heading that is shown above the gtk:app-chooser-widget widget, use the gtk:app-chooser-dialog-heading function.

Warning

The gtk:app-chooser-dialog implementation is deprecated since 4.10. The application selection widgets should be implemented according to the design of each platform and/or application requiring them.
 

Returned by

Slot Access Functions

Inherited Slot Access Functions

See also

2023-8-29