Signal
HandyTabBar::extra-drag-data-received
since: 1.2
Declaration
void
extra_drag_data_received (
  HdyTabBar* self,
  HandyTabPage* page,
  GdkDragContext* context,
  GtkSelectionData* data,
  guint info,
  guint time,
  gpointer user_data
)
Description [src]
Emitted when content allowed via HdyTabBar:extra-drag-dest-targets
is dropped onto a tab.
| Default handler: The default handler is called after the handlers added via  | 
| Available since: 1.2 | 
Parameters
- page
- 
            Type: HdyTabPageThe tab page matching the tab the content was dropped onto. The data is owned by the caller of the function. 
- context
- 
            Type: GdkDragContextThe drag context. The data is owned by the caller of the function. 
- data
- 
            Type: GtkSelectionDataThe received data. The data is owned by the caller of the function. 
- info
- 
            Type: guintThe info that has been registered with the target in the GtkTargetList
- time
- 
            Type: guintThe timestamp at which the data was received.