Table of Contents

Class WindowHandle

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

Constructors

WindowHandle(nint, bool)

public WindowHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

WindowHandle

Type Parameters

T