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

The accessor for the css-name slot of the gtk:widget class gets or sets 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-08-14