struct Adw::TabView::CreateWindowSignal

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.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::TabView)) : GObject::SignalConnection #

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

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

def emit : Nil #

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

The signal name