Table of Contents

Class FixedLayoutChildHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class FixedLayoutChildHandle : LayoutChildHandle, IDisposable
Inheritance
FixedLayoutChildHandle
Implements
Inherited Members

Constructors

FixedLayoutChildHandle(nint, bool)

public FixedLayoutChildHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static FixedLayoutChildHandle For<T>(ConstructArgument[] constructArguments) where T : FixedLayoutChild, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

FixedLayoutChildHandle

Type Parameters

T