GtkOverflow

Defines how content overflowing a given area should be handled.

This is used in [method@Gtk.Widget.set_overflow]. The [property@Gtk.Widget:overflow] property is modeled after the CSS overflow property, but implements it only partially.

Values

ValueMeaning
VISIBLE0

No change is applied. Content is drawn at the specified position.

HIDDEN1

Content is clipped to the bounds of the area. Content outside the area is not drawn and cannot be interacted with.

Meta