struct Adw::TabBar::ExtraDragDropSignal
- Adw::TabBar::ExtraDragDropSignal
- GObject::Signal
- Struct
- Value
- Object
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.crInstance Method Summary
- #connect(*, after : Bool = false, &block : Proc(Adw::TabPage, GObject::Value, Bool)) : GObject::SignalConnection
- #connect(handler : Proc(Adw::TabPage, GObject::Value, Bool), *, after : Bool = false) : GObject::SignalConnection
- #connect(handler : Proc(Adw::TabBar, Adw::TabPage, GObject::Value, Bool), *, after : Bool = false) : GObject::SignalConnection
- #emit(page : Adw::TabPage, value : _) : Nil
-
#name : String
The signal name
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
#