Package: gtk

Accessor gtk:native-dialog-title

Lambda List

gtk:native-dialog-title (object)

Syntax

(gtk:native-dialog-title object) => title
(setf (gtk:native-dialog-title object) title)

Arguments

object -- a gtk:native-dialog widget
title -- a string with the title of the dialog window, or nil if none has been set

Details

Accessor of the title slot of the gtk:native-dialog class. The gtk:native-dialog-title function gets the title of the dialog window. The (setf gtk:native-dialog-title) function sets the title.
 

See also

#2023-6-10