Table of Contents

Class PreferencesGroupHandle

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

Constructors

PreferencesGroupHandle(nint, bool)

public PreferencesGroupHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

PreferencesGroupHandle

Type Parameters

T