Package: gtk

Function gtk:widget-unset-state-flags

Lambda List

gtk:widget-unset-state-flags (widget flags)

Arguments

widget -- a gtk:widget object
flags -- a gtk:state-flags value for state flags to turn off

Details

This function is for use in widget implementations. Turns off flag values for the current widget state, insensitive, prelighted, and so on. See the gtk:widget-state-flags function.
 

See also

#2025-07-11