Table of Contents

Class LayoutChildHandle

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

Constructors

LayoutChildHandle(nint, bool)

public LayoutChildHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

LayoutChildHandle

Type Parameters

T