Package: gtk

Accessor gtk:file-dialog-title

Lambda List

gtk:file-dialog-title (object)

Syntax

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

Arguments

object -- a gtk:file-dialog object
title -- a string with the title

Details

Accessor of the title slot of the gtk:file-dialog class. The gtk:file-dialog-title function returns the title that will be shown on the file chooser dialog. The (setf gtk:file-dialog-title) function sets the title.

Since 4.10
 

See also

2023-7-22