Package: gtk

Function gtk:style-context-state

Lambda List

gtk:style-context-state (context)

Syntax

(gtk:style-context-state context) => state
(setf (gtk:style-context-state context) state)

Arguments

context -- a gtk:style-context object
state -- a value of the gtk:state-flags flags to represent

Details

Accessor of the state used when rendering. The gtk:style-context-state function returns the state to be used when rendering with any of the gtk:render-* functions. The (setf gtk:style-context-state) function sets the state.
 

See also

#2023-3-27