Signal

AdapTabBar::extra-drag-drop

since: 1

Declaration

gboolean
extra_drag_drop (
  AdapTabBar* self,
  AdapTabPage* page,
  const GValue* value,
  gpointer user_data
)

Description [src]

This signal is emitted when content is dropped onto a tab.

The content must be of one of the types set up via adap_tab_bar_setup_extra_drop_target().

See GtkDropTarget::drop.

Default handler:

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

Available since: 1

Parameters

page

Type: AdapTabPage

The page matching the tab the content was dropped onto.

The data is owned by the caller of the function.
value

Type: GValue

The GValue being dropped.

The data is owned by the caller of the function.

Return value

Type: gboolean

Whether the drop was accepted for page.