Table of Contents

Class PreferencesWindowHandle

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

Constructors

PreferencesWindowHandle(nint, bool)

public PreferencesWindowHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

PreferencesWindowHandle

Type Parameters

T