Table of Contents

Class WrapBoxHandle

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

Constructors

WrapBoxHandle(nint, bool)

public WrapBoxHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

WrapBoxHandle

Type Parameters

T