Signal
AdwSidebar::drop
Declaration
gboolean
drop (
AdwSidebar* self,
guint index,
const GValue* value,
GdkDragAction preferred_action,
gpointer user_data
)
Description [src]
Emitted when content is dropped onto the item at index.
The content must be of one of the types set up via
adw_sidebar_setup_drop_target().
See GtkDropTarget::drop.
| Default handler: The default handler is called after the handlers added via |
Parameters
index-
Type:
guintIndex of the item the content was dropped onto.
value-
Type:
GValueThe
GValuebeing dropped.The data is owned by the caller of the function. preferred_action-
Type:
GdkDragActionThe preferred drop action.