struct Adw::TabView::CreateWindowSignal
- Adw::TabView::CreateWindowSignal
- GObject::Signal
- Struct
- Value
- Object
Overview
Emitted when a tab should be transferred into a new window.
This can happen after a tab has been dropped on desktop.
The signal handler is expected to create a new window, position it as
needed and return its Adw::TabView
that the page will be transferred into.
Defined in:
lib/gi-crystal/src/auto/adw-1/tab_view.crInstance Method Summary
- #connect(*, after : Bool = false, &block : Proc(Adw::TabView)) : GObject::SignalConnection
- #connect(handler : Proc(Adw::TabView), *, after : Bool = false) : GObject::SignalConnection
- #connect(handler : Proc(Adw::TabView, Adw::TabView), *, after : Bool = false) : GObject::SignalConnection
- #emit : 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(handler : Proc(Adw::TabView, Adw::TabView), *, after : Bool = false) : GObject::SignalConnection
#