Package ch.bailu.gtk.adw
Schnittstelle TabBar.OnExtraDragDrop
- Umschließende Klasse:
TabBar
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
onExtraDragDrop
(TabPage page, Value value) This signal is emitted when content is dropped onto a tab.
-
Methodendetails
-
onExtraDragDrop
This signal is emitted when content is dropped onto a tab.
The content must be of one of the types set up via
[method@TabBar.setup_extra_drop_target].
See [signal@Gtk.DropTarget::drop].- Parameter:
page
- the page matching the tab the content was dropped ontovalue
- the `GValue` being dropped- Gibt zurück:
- whether the drop was accepted for @page
-