Package: gtk

GEnum gtk:overflow

Declaration

(gobject:define-genum "GtkOverflow" overflow
  (:export t
   :type-initializer "gtk_overflow_get_type")
  (:visible 0)
  (:hidden 1))  

Values

:visible
No change is applied. Content is drawn at the specified position.
:hidden
Content is clipped to the bounds of the area. Content outside the area is not drawn and cannot be interacted with.

Details

Defines how content overflowing a given area should be handled. This is used in the gtk:widget-overflow function. The overflow property is modeled after the CSS overflow property, but implements it only partially.
 

See also

2024-4-24