[Top]
GDK
GDK.DragContext
|
Method GDK.DragContext()->drag_set_icon_pixmap()
- Method
drag_set_icon_pixmap
GDK.DragContext drag_set_icon_pixmap(GDK.Pixmap p, GDK.Bitmap b, int hot_x, int hot_y)
- Description
Set the drag pixmap, and optionally mask.
The hot_x and hot_y coordinates will be the location of the mouse pointer,
relative to the upper left corner of the pixmap.
|