Package: gtk

Accessor gtk:widget-overflow

Lambda List

gtk:widget-overflow (object)

Syntax

(gtk:widget-overflow object) => overflow
(setf (gtk:widget-overflow object) overflow)

Arguments

object -- a gtk:widget object
overflow -- a value of the gtk:overflow enumeration

Details

Accessor of the overflow slot of the gtk:widget class. The gtk:widget-overflow function returns the overflow value of the widget. The (setf gtk:widget-overflow) function sets how the widget treats content that is drawn outside the content area of the widget. See the definition of the gtk:overflow enumeration for details.

This setting is provided for widget implementations and should not be used by application code. The default value is :visible.
 

See also

2025-2-13