Table of Contents

Class BinLayoutHandle

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

Constructors

BinLayoutHandle(nint, bool)

public BinLayoutHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

BinLayoutHandle

Type Parameters

T