| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Mark gtk_drag_icon_create_widget_for_value with
GDK_AVAILABLE_IN_ALL, since it is meant to be public.
Also, clarify the documentation a bit.
Fixes: #3325
|
|
|
|
| |
We don't need it anymore here.
|
|
|
|
| |
This wasn't meant to derive from GtkContainer.
|
| |
|
|
|
|
| |
... and use it to set a drag icon.
|
|
|
|
|
|
|
|
| |
Before, gtk_drag_icon_new_for_drag() allowed creating new drag icons.
This could cause multiple drag icons to exist for a single drag.
Now, gtk_drag_icon_get_for_drag() makes sure that only one drag icon is
created.
|
| |
|
|
|
|
| |
The get_type function was missing.
|
|
This is needed if we want to use gdk_drag_begin
for one-off drags, without a GtkDragSource.
|