Table of Contents

Class CustomLayoutHandle

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

Constructors

CustomLayoutHandle(nint, bool)

public CustomLayoutHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

CustomLayoutHandle

Type Parameters

T