FixedLayoutChild

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

GtkLayoutChild subclass for children in a GtkFixedLayout.

Skipped during bindings generation

  • method transform: Property TypeInfo of getter and setter do not match

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
val gtkFixedLayoutChildPointer: <Error class: unknown class><<Error class: unknown class>>
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.

Functions

Link copied to clipboard

Retrieves the GtkWidget associated to the given @layout_child.

Link copied to clipboard

Retrieves the GtkLayoutManager instance that created the given @layout_child.

Link copied to clipboard
open fun getTransform(): <Error class: unknown class>?

Retrieves the transformation of the child.

Link copied to clipboard
open fun setTransform(transform: <Error class: unknown class>)

Sets the transformation of the child of a GtkFixedLayout.