Gdk API doc updates.

This commit is contained in:
Matthias Clasen
2002-10-22 22:11:22 +00:00
parent f1b8a1ce57
commit f900039c8f
25 changed files with 509 additions and 77 deletions

View File

@ -2863,6 +2863,23 @@ drag_context_find_window_cache (GdkDragContext *context,
return cache;
}
/**
* gdk_drag_find_window_for_screen:
* @context: a #GdkDragContext
* @drag_window: a window which may be at the pointer position, but
* should be ignored, since it is put up by the drag source as an icon.
* @screen: the screen where the destination window is sought.
* @x_root: the x position of the pointer in root coordinates.
* @y_root: the y position of the pointer in root coordinates.
* @dest_window: location to store the destination window in.
* @protocol: location to store the DND protocol in.
*
* Finds the destination window and DND protocol to use at the
* given pointer position.
*
* This function is called by the drag source to obtain the
* @dest_window and @protocol parameters for gdk_drag_motion().
**/
void
gdk_drag_find_window_for_screen (GdkDragContext *context,
GdkWindow *drag_window,