Table of Contents

Class Win32HCursor

Namespace
GdkWin32
Assembly
GdkWin32-4.0.dll
public class Win32HCursor : Object, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
Win32HCursor
Implements
Inherited Members

Constructors

Win32HCursor(params ConstructArgument[])

public Win32HCursor(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

Win32HCursor(Win32HCursorHandle)

public Win32HCursor(Win32HCursorHandle handle)

Parameters

handle Win32HCursorHandle

Fields

DestroyablePropertyDefinition

public static readonly Property<bool, Win32HCursor> DestroyablePropertyDefinition

Field Value

Property<bool, Win32HCursor>

DisplayPropertyDefinition

public static readonly Property<Display?, Win32HCursor> DisplayPropertyDefinition

Field Value

Property<Display, Win32HCursor>

HandlePropertyDefinition

public static readonly Property<nint, Win32HCursor> HandlePropertyDefinition

Field Value

Property<nint, Win32HCursor>

Properties

Destroyable

public bool Destroyable { get; }

Property Value

bool

Display

public Display? Display { get; }

Property Value

Display

Handle

public nint Handle { get; }

Property Value

nint

Methods

GetGType()

public static Type GetGType()

Returns

Type

New(Win32Display, HCURSOR, bool)

public static Win32HCursor New(Win32Display display, HCURSOR handle, bool destroyable)

Parameters

display Win32Display
handle HCURSOR
destroyable bool

Returns

Win32HCursor