Method
GdkDragContextget_drag_window
since: 3.20
Declaration [src]
GdkWindow*
gdk_drag_context_get_drag_window (
GdkDragContext* context
)
Description [src]
Returns the window on which the drag icon should be rendered
during the drag operation. Note that the window may not be
available until the drag operation has begun. GDK will move
the window in accordance with the ongoing drag operation.
The window is owned by context
and will be destroyed when
the drag operation is over.
Available since: 3.20
Return value
Type: GdkWindow
The drag window, or NULL
.
The returned data is owned by the instance. |
The return value can be NULL . |