mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
Fix the docs, the mask param of gtk_drag_set_icon_pixmap can accept NULL for none. Fixes bug #533920.
svn path=/trunk/; revision=20119
This commit is contained in:
parent
8d2e8a4505
commit
75a9722aa1
@ -1,3 +1,8 @@
|
||||
2008-05-20 Gian Mario Tagliaretti <gianmt@gnome.org>
|
||||
|
||||
* gtk/gtkdnd.c: (gtk_drag_set_icon_pixmap): Fix the docs, the mask param
|
||||
can accept NULL for none. Fixes bug #533920.
|
||||
|
||||
2008-05-20 Björn Lindqvist <bjourne@gmail.com>
|
||||
|
||||
* gtk/gtkspinbutton.c: (gtk_spin_button_snap,
|
||||
|
@ -3095,7 +3095,7 @@ gtk_drag_set_icon_stock (GdkDragContext *context,
|
||||
* with a context for the source side of a drag)
|
||||
* @colormap: the colormap of the icon
|
||||
* @pixmap: the image data for the icon
|
||||
* @mask: the transparency mask for the icon
|
||||
* @mask: the transparency mask for the icon or %NULL for none.
|
||||
* @hot_x: the X offset within @pixmap of the hotspot.
|
||||
* @hot_y: the Y offset within @pixmap of the hotspot.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user