Table of Contents

Class ApplicationWindowHandle

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

Constructors

ApplicationWindowHandle(nint, bool)

public ApplicationWindowHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ApplicationWindowHandle

Type Parameters

T