Class DNDEvent

All Implemented Interfaces:
PointerInterface

public class DNDEvent extends Event
An event related to drag and drop operations.

https://docs.gtk.org/gdk4/class.DNDEvent.html

  • Constructor Details

  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • getDrop

      public Drop getDrop()
      Gets the `GdkDrop` object from a DND event.
      Returns:
      the drop
    • getTypeID

      public static long getTypeID()
    • getParentTypeID

      public static long getParentTypeID()
    • getTypeSize

      public static TypeSystem.TypeSize getTypeSize()
    • getParentTypeSize

      public static TypeSystem.TypeSize getParentTypeSize()
    • getInstanceSize

      public static int getInstanceSize()