Table of Contents

Class LayoutManagerHandle

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

Constructors

LayoutManagerHandle(nint, bool)

public LayoutManagerHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

LayoutManagerHandle

Type Parameters

T