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

The accessor for the overflow slot of the gtk:widget class gets or sets the overflow value 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-09-26