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 object
title -- a string for the title of the dialog, or nil if none has been set explicitly

Details

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

See also

2025-3-24