extra_drag_data_received
Description:
public signal void extra_drag_data_received (TabPage page, DragContext context, SelectionData data, uint info, uint time)
Emitted when content allowed via [property@TabBar:extra-drag-dest-targets] is dropped onto a tab.
See [signal@Gtk.Widget:HdyTabBar:drag-data-received
].
Parameters:
page |
the tab page matching the tab the content was dropped onto |
context |
the drag context |
data |
the received data |
info |
the info that has been registered with the target in the [struct@Gtk.TargetList] |
time |
the timestamp at which the data was received |