Table of Contents

Class BinHandle

Namespace
Adw.Internal
Assembly
Adw-1.dll
public class BinHandle : WidgetHandle, IDisposable
Inheritance
BinHandle
Implements
Inherited Members

Constructors

BinHandle(nint, bool)

public BinHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

BinHandle

Type Parameters

T