Package: gtk

Accessor gtk:color-button-title

Lambda List

gtk:color-button-title (object)

Syntax

(gtk:color-button-title object) => title
(setf (gtk:color-button-title object) title)

Arguments

object -- a gtk:color-button widget
title -- a string containing the title of the color chooser dialog

Details

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

Warning

The gtk:color-button implementation is deprecated since 4.10. Use the gtk:color-dialog-button widget instead.
 

See also

2025-09-24