signal callback delegate or function to connect
gdk.types.DragAction callback(adw.tab_page.TabPage page, gobject.value.Value value, adw.tab_bar.TabBar tabBar)
page the page matching the tab the content was dropped onto (optional)
value the gobject.value.Value being dropped (optional)
tabBar the instance the signal is connected to (optional)
Returns the preferred action for the drop on page
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to ExtraDragValue signal.
This signal is emitted when the dropped content is preloaded.
In order for data to be preloaded, propertyTabBar:extra-drag-preload must be set to TRUE.
The content must be of one of the types set up via adw.tab_bar.TabBar.setupExtraDropTarget.
See gtk.drop_target.DropTarget.GObject.Value.