Package ch.bailu.gtk.adw
Schnittstelle TabBar.OnExtraDragValue
- 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 TypMethodeBeschreibungint
onExtraDragValue
(TabPage page, Value value) This signal is emitted when the dropped content is preloaded.
-
Methodendetails
-
onExtraDragValue
This signal is emitted when the dropped content is preloaded.
In order for data to be preloaded, [property@TabBar:extra-drag-preload]
must be set to `TRUE`.
The content must be of one of the types set up via
[method@TabBar.setup_extra_drop_target].
See [property@Gtk.DropTarget:value].- Parameter:
page
- the page matching the tab the content was dropped ontovalue
- the `GValue` being dropped- Gibt zurück:
- the preferred action for the drop on @page
-