LayoutChild

abstract class LayoutChild(val gtkLayoutChildPointer: <Error class: unknown class><<Error class: unknown class>>)(source)

GtkLayoutChild is the base class for objects that are meant to hold layout properties.

If a GtkLayoutManager has per-child properties, like their packing type, or the horizontal and vertical span, or the icon name, then the layout manager should use a GtkLayoutChild implementation to store those properties.

A GtkLayoutChild instance is only ever valid while a widget is part of a layout.

Inheritors

Constructors

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

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class LayoutChildImpl(pointer: <Error class: unknown class><<Error class: unknown class>>) : LayoutChild

The LayoutChildImpl type represents a native instance of the abstract LayoutChild class.

Properties

Link copied to clipboard

The widget that is associated to the GtkLayoutChild instance.

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

The layout manager that created the GtkLayoutChild instance.