Table of Contents

Class FixedLayoutChild

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class FixedLayoutChild
Inheritance
FixedLayoutChild
Inherited Members

Methods

GetGType()

Calls native function gtk_fixed_layout_child_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

GetTransform(nint)

Calls native method gtk_fixed_layout_child_get_transform.

public static extern TransformUnownedHandle GetTransform(nint child)

Parameters

child nint

Transfer ownership: None Nullable: False

Returns

TransformUnownedHandle

Transfer ownership: None Nullable: True

SetTransform(nint, TransformHandle)

Calls native method gtk_fixed_layout_child_set_transform.

public static extern void SetTransform(nint child, TransformHandle transform)

Parameters

child nint

Transfer ownership: None Nullable: False

transform TransformHandle

Transfer ownership: None Nullable: False