Table of Contents

Class PreferencesDialogHandle

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

Constructors

PreferencesDialogHandle(nint, bool)

public PreferencesDialogHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

PreferencesDialogHandle

Type Parameters

T