Signal

GdkDragContext::action-changed

since: 3.20

Declaration

void
action_changed (
  GdkDragContext* self,
  GdkDragAction action,
  gpointer user_data
)

Description [src]

A new action is being chosen for the drag and drop operation.

This signal will only be emitted if the GdkDragContext manages the drag and drop operation. See gdk_drag_context_manage_dnd() for more information.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 3.20

Parameters

action

Type: GdkDragAction

The action currently chosen.