Method
GdkDragContextget_drag_window
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
Returns: | GdkWindow |
The drag window, or |
|
The data is owned by the instance. | |
The return value can be NULL . |