Package: gtk

Accessor gtk:alert-dialog-detail

Lambda List

gtk:alert-dialog-detail (object)

Syntax

(gtk:alert-dialog-detail object) => detail
(setf (gtk:alert-dialog-detail object) detail)

Arguments

object -- a gtk:alert-dialog object
detail -- a string with the detail text

Details

Accessor of the detail slot of the gtk:alert-dialog class. The gtk:alert-dialog-detail function returns the detail text that will be shown in the alert dialog. The (setf gtk:alert-dialog-detail) function sets the detail text.

Since 4.10
 

See also

2023-9-20