Table of Contents

Class AdjustmentHandle

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

Constructors

AdjustmentHandle(nint, bool)

public AdjustmentHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

AdjustmentHandle

Type Parameters

T