Table of Contents

Class PreferencesRowHandle

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

Constructors

PreferencesRowHandle(nint, bool)

public PreferencesRowHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

PreferencesRowHandle

Type Parameters

T