struct Adw::NavigationView::PoppedSignal

Overview

Emitted after page has been popped from the navigation stack.

See NavigationView::pop.

When using NavigationView::pop_to_page or NavigationView::pop_to_tag, this signal is emitted for each of the popped pages.

Defined in:

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

Instance Method Detail

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

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

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

def emit(page : Adw::NavigationPage) : Nil #

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

The signal name