Table of Contents

Class AboutDialogHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class AboutDialogHandle : WindowHandle, IDisposable
Inheritance
AboutDialogHandle
Implements
Inherited Members

Constructors

AboutDialogHandle(nint, bool)

public AboutDialogHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

AboutDialogHandle

Type Parameters

T