Table of Contents

Class AlertDialogHandle

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

Constructors

AlertDialogHandle(nint, bool)

public AlertDialogHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

AlertDialogHandle

Type Parameters

T