TypeScript API Documentation for GTK
API Version: 4.0
Library Version: 4.22.1
Generated with TypeDoc via ts-for-gir v4.0.0-beta.41
Defines how content overflowing a given area should be handled.
This is used in Gtk.Widget.set_overflow. The Gtk.Widget.overflow property is modeled after the CSS overflow property, but implements it only partially.
Content is clipped to the bounds of the area. Content outside the area is not drawn and cannot be interacted with.
No change is applied. Content is drawn at the specified position.
Defines how content overflowing a given area should be handled.
This is used in Gtk.Widget.set_overflow. The Gtk.Widget.overflow property is modeled after the CSS overflow property, but implements it only partially.