struct Adw::Carousel::PageChangedSignal
- Adw::Carousel::PageChangedSignal
- GObject::Signal
- Struct
- Value
- Object
Overview
This signal is emitted after a page has been changed.
It can be used to implement "infinite scrolling" by amending the pages after every scroll.
Defined in:
lib/gi-crystal/src/auto/adw-1/carousel.crInstance Method Summary
- #connect(*, after : Bool = false, &block : Proc(UInt32, Nil)) : GObject::SignalConnection
- #connect(handler : Proc(UInt32, Nil), *, after : Bool = false) : GObject::SignalConnection
- #connect(handler : Proc(Adw::Carousel, UInt32, Nil), *, after : Bool = false) : GObject::SignalConnection
- #emit(index : UInt32) : 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::Carousel, UInt32, Nil), *, after : Bool = false) : GObject::SignalConnection
#