Table of Contents

Class DropControllerMotion

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class DropControllerMotion : EventController, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
DropControllerMotion
Implements
Inherited Members

Constructors

DropControllerMotion(bool, params ConstructArgument[])

protected DropControllerMotion(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

DropControllerMotion(IntPtr, bool)

protected DropControllerMotion(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

ContainsPointerPropertyDefinition

public static readonly Property<bool, DropControllerMotion> ContainsPointerPropertyDefinition

Field Value

Property<bool, DropControllerMotion>

DropPropertyDefinition

public static readonly Property<Drop?, DropControllerMotion> DropPropertyDefinition

Field Value

Property<Drop, DropControllerMotion>

EnterSignal

Signal Descriptor for OnEnter.

public static readonly Signal<DropControllerMotion, DropControllerMotion.EnterSignalArgs> EnterSignal

Field Value

Signal<DropControllerMotion, DropControllerMotion.EnterSignalArgs>

IsPointerPropertyDefinition

public static readonly Property<bool, DropControllerMotion> IsPointerPropertyDefinition

Field Value

Property<bool, DropControllerMotion>

LeaveSignal

Signal Descriptor for OnLeave.

public static readonly Signal<DropControllerMotion> LeaveSignal

Field Value

Signal<DropControllerMotion>

MotionSignal

Signal Descriptor for OnMotion.

public static readonly Signal<DropControllerMotion, DropControllerMotion.MotionSignalArgs> MotionSignal

Field Value

Signal<DropControllerMotion, DropControllerMotion.MotionSignalArgs>

Properties

ContainsPointer

public bool ContainsPointer { get; }

Property Value

bool

Drop

public Drop? Drop { get; }

Property Value

Drop

IsPointer

public bool IsPointer { get; }

Property Value

bool

Methods

GetContainsPointer()

public bool GetContainsPointer()

Returns

bool

GetDrop()

public Drop? GetDrop()

Returns

Drop

GetGType()

public static Type GetGType()

Returns

Type

GetIsPointer()

public bool GetIsPointer()

Returns

bool

New()

public static DropControllerMotion New()

Returns

DropControllerMotion

Events

OnEnter

public event SignalHandler<DropControllerMotion, DropControllerMotion.EnterSignalArgs> OnEnter

Event Type

SignalHandler<DropControllerMotion, DropControllerMotion.EnterSignalArgs>

OnLeave

public event SignalHandler<DropControllerMotion> OnLeave

Event Type

SignalHandler<DropControllerMotion>

OnMotion

public event SignalHandler<DropControllerMotion, DropControllerMotion.MotionSignalArgs> OnMotion

Event Type

SignalHandler<DropControllerMotion, DropControllerMotion.MotionSignalArgs>