struct Adw::TabBar::ExtraDragDropSignal

Overview

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

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

See Gtk::DropTarget::#drop.

Defined in:

lib/gi-crystal/src/auto/adw-1/tab_bar.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 : String? = nil) new

Instance Method Detail

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

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

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

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

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

The signal name