Interface
GdkDragSurface
since: 4.0
Description [src]
interface Gdk.DragSurface : Gdk.Surface
A GdkDragSurface
is an interface for surfaces used during DND.
Available since: 4.0
Prerequisite
In order to implement DragSurface, your type must inherit fromGdkSurface
.