Package: gtk

Accessor gtk:file-chooser-button-title

Lambda List

gtk:file-chooser-button-title (object)

Syntax

(gtk:file-chooser-button-title object) => title
(setf (gtk:file-chooser-button-title object) title)

Arguments

object -- a gtk:file-chooser-button widget to modify
title -- a string with the browse dialog title

Details

Accessor of the title slot of the gtk:file-chooser-button class. The gtk:file-chooser-button-title function retrieves the title of the browse dialog used by the the file chooser button. The (setf gtk:file-chooser-button-title) function sets the title.
 

See also

2023-6-11