Table of Contents

Class ActionRowHandle

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

Constructors

ActionRowHandle(nint, bool)

public ActionRowHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ActionRowHandle

Type Parameters

T