Package: gtk

Accessor gtk:app-chooser-widget-default-text

Lambda List

gtk:app-chooser-widget-default-text (object)

Syntax

(gtk:app-chooser-widget-default-text object) => text
(setf (gtk:app-chooser-widget-default-text object) text)

Arguments

object -- a gtk:app-chooser-widget widget
text -- a string with the text that appears in the widget

Details

Accessor of the default-text slot of the gtk:app-chooser-widget class. The gtk:app-chooser-widget-default-text function returns the text that is shown if there are not applications that can handle the content type. The (setf gtk:app-chooser-widget-default-text) function sets the text that is shown if there are not applications that can handle the content type.

Warning

The gtk:app-chooser-widget implementation is deprecated since 4.10.
 

See also

2024-4-26