Gjsify LogoGjsify Logo

Defines how content overflowing a given area should be handled.

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

Index

Enumeration Members

Enumeration Members

HIDDEN: number

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

VISIBLE: number

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

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method