mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 01:40:10 +00:00
docs: Add note about hot_x/y in gtk_drag_set_icon_surface()
This commit is contained in:
parent
1b9029fc64
commit
7acb4d0502
@ -3248,6 +3248,11 @@ _gtk_cairo_surface_extents (cairo_surface_t *surface,
|
||||
* Sets @surface as the icon for a given drag. GTK+ retains
|
||||
* references for the arguments, and will release them when
|
||||
* they are no longer needed.
|
||||
*
|
||||
* To position the surface realtive to the mouse, use
|
||||
* cairo_surface_set_device_offset() on @usrface. The mouse
|
||||
* cursor will be positioned at the (0,0) coordinate of the
|
||||
* surface.
|
||||
**/
|
||||
void
|
||||
gtk_drag_set_icon_surface (GdkDragContext *context,
|
||||
|
Loading…
Reference in New Issue
Block a user