struct Adw::TabOverview::ExtraDragValueSignal

Overview

This signal is emitted when the dropped content is preloaded.

In order for data to be preloaded, [property@TabOverview:extra-drag-preload] must be set to TRUE.

The content must be of one of the types set up via TabOverview::setup_extra_drop_target.

See Gtk::DropTarget#value.

Defined in:

lib/gi-crystal/src/auto/adw-1/tab_overview.cr

Instance Method Summary

Instance methods inherited from struct GObject::Signal

[](detail : String) : self [], name : String name

Constructor methods inherited from struct GObject::Signal

new(source : GObject::Object, detail : Nil | String = nil) new

Instance Method Detail

def connect(*, after : Bool = false, &block : Proc(Adw::TabPage, GObject::Value, Gdk::DragAction)) : GObject::SignalConnection #

def connect(handler : Proc(Adw::TabPage, GObject::Value, Gdk::DragAction), *, after : Bool = false) : GObject::SignalConnection #

def connect(handler : Proc(Adw::TabOverview, Adw::TabPage, GObject::Value, Gdk::DragAction), *, after : Bool = false) : GObject::SignalConnection #

def emit(page : Adw::TabPage, value : _) : Nil #

def name : String #
Description copied from struct GObject::Signal

The signal name