Table of Contents

Class FixedHandle

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

Constructors

FixedHandle(nint, bool)

public FixedHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

FixedHandle

Type Parameters

T