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

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

Warning

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

See also

2024-5-21