Table of Contents

Class ComboRowHandle

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

Constructors

ComboRowHandle(nint, bool)

public ComboRowHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ComboRowHandle

Type Parameters

T