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 for the title

Details

The accessor for the title slot of the gtk:file-dialog class gets or sets the title that will be shown on the file chooser dialog.

Since 4.10
 

See also

2025-09-26