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(IntPtr)

Calls native method gtk_fixed_layout_child_get_transform.

public static extern TransformUnownedHandle GetTransform(IntPtr child)

Parameters

child IntPtr

Transfer ownership: None Nullable: False

Returns

TransformUnownedHandle

Transfer ownership: None Nullable: True

SetTransform(IntPtr, TransformHandle)

Calls native method gtk_fixed_layout_child_set_transform.

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

Parameters

child IntPtr

Transfer ownership: None Nullable: False

transform TransformHandle

Transfer ownership: None Nullable: False