Table of Contents

Class WidgetHandle

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

Constructors

WidgetHandle(nint, bool)

public WidgetHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

WidgetHandle

Type Parameters

T