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

The accessor for the title slot of the gtk:native-dialog class gets or sets the title of the dialog.
 

See also

2025-07-29