Class DropControllerMotion
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public class DropControllerMotion : EventController, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
DropControllerMotion
- Implements
- Inherited Members
Constructors
DropControllerMotion(params ConstructArgument[])
public DropControllerMotion(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
DropControllerMotion(DropControllerMotionHandle)
public DropControllerMotion(DropControllerMotionHandle handle)
Parameters
handle
DropControllerMotionHandle
Fields
ContainsPointerPropertyDefinition
public static readonly Property<bool, DropControllerMotion> ContainsPointerPropertyDefinition
Field Value
DropPropertyDefinition
public static readonly Property<Drop?, DropControllerMotion> DropPropertyDefinition
Field Value
EnterSignal
Signal Descriptor for OnEnter.
public static readonly Signal<DropControllerMotion, DropControllerMotion.EnterSignalArgs> EnterSignal
Field Value
IsPointerPropertyDefinition
public static readonly Property<bool, DropControllerMotion> IsPointerPropertyDefinition
Field Value
LeaveSignal
Signal Descriptor for OnLeave.
public static readonly Signal<DropControllerMotion> LeaveSignal
Field Value
MotionSignal
Signal Descriptor for OnMotion.
public static readonly Signal<DropControllerMotion, DropControllerMotion.MotionSignalArgs> MotionSignal
Field Value
Properties
ContainsPointer
public bool ContainsPointer { get; }
Property Value
Drop
public Drop? Drop { get; }
Property Value
IsPointer
public bool IsPointer { get; }
Property Value
Methods
GetContainsPointer()
public bool GetContainsPointer()
Returns
GetDrop()
public Drop? GetDrop()
Returns
GetGType()
public static Type GetGType()
Returns
GetIsPointer()
public bool GetIsPointer()
Returns
New()
public static DropControllerMotion New()
Returns
Events
OnEnter
public event SignalHandler<DropControllerMotion, DropControllerMotion.EnterSignalArgs> OnEnter
Event Type
OnLeave
public event SignalHandler<DropControllerMotion> OnLeave
Event Type
OnMotion
public event SignalHandler<DropControllerMotion, DropControllerMotion.MotionSignalArgs> OnMotion