Package: gtk

Accessor gtk:widget-css-name

Lambda List

gtk:widget-css-name (object)

Syntax

(gtk:widget-css-name object) => name
(setf (gtk:widget-css-name object) name)

Arguments

object -- a gtk:widget object
name -- a string for the name of the widget in the CSS tree

Details

Accessor of the css-name slot of the gtk:widget class. The gtk:widget-css-name function returns the CSS name that is used for the widget. This property is meant to be set by widget implementations, typically in their instance init function.
 

See also

2025-2-13