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 gets or sets the title of the dialog.
 

See also

2026-07-12