Overflow

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.

Entries

Link copied to clipboard

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

Link copied to clipboard

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): Overflow

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.