Table of Contents

Class WindowGroupHandle

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

Constructors

WindowGroupHandle(nint, bool)

public WindowGroupHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

WindowGroupHandle

Type Parameters

T