OverlayLayoutChild

open class OverlayLayoutChild(pointer: <Error class: unknown class><<Error class: unknown class>>) : LayoutChild

GtkLayoutChild subclass for children in a GtkOverlayLayout.

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The widget that is associated to the GtkLayoutChild instance.

Link copied to clipboard

Whether the child should be clipped to fit the parent's size.

Link copied to clipboard
val gtkLayoutChildPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
val gtkOverlayLayoutChildPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard

The layout manager that created the GtkLayoutChild instance.

Link copied to clipboard
open var measure: Boolean

Whether the child size should contribute to the GtkOverlayLayout's measurement.

Functions

Link copied to clipboard

Retrieves the GtkWidget associated to the given @layout_child.

Link copied to clipboard

Retrieves whether the child is clipped.

Link copied to clipboard

Retrieves the GtkLayoutManager instance that created the given @layout_child.

Link copied to clipboard
open fun getMeasure(): Boolean

Retrieves whether the child is measured.

Link copied to clipboard
open fun setClipOverlay(clipOverlay: Boolean)

Sets whether to clip this child.

Link copied to clipboard
open fun setMeasure(measure: Boolean)

Sets whether to measure this child.