struct Gtk::ScrolledWindow::EdgeReachedSignal
- Gtk::ScrolledWindow::EdgeReachedSignal
- GObject::Signal
- Struct
- Value
- Object
Overview
Emitted whenever user-initiated scrolling makes the scrolled window exactly reach the lower or upper limits defined by the adjustment in that orientation.
A similar behavior with edge resistance is provided by the [signal@Gtk.ScrolledWindow::edge-overshot] signal.
Note: The pos argument is LTR/RTL aware, so callers should be aware too if intending to provide behavior on horizontal edges.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/scrolled_window.crInstance Method Summary
- #connect(*, after : Bool = false, &block : Proc(Gtk::PositionType, Nil)) : GObject::SignalConnection
- #connect(handler : Proc(Gtk::PositionType, Nil), *, after : Bool = false) : GObject::SignalConnection
- #connect(handler : Proc(Gtk::ScrolledWindow, Gtk::PositionType, Nil), *, after : Bool = false) : GObject::SignalConnection
- #emit(pos : Gtk::PositionType) : 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 : Nil | String = nil)
new
Instance Method Detail
def connect(*, after : Bool = false, &block : Proc(Gtk::PositionType, Nil)) : GObject::SignalConnection
#
def connect(handler : Proc(Gtk::PositionType, Nil), *, after : Bool = false) : GObject::SignalConnection
#
def connect(handler : Proc(Gtk::ScrolledWindow, Gtk::PositionType, Nil), *, after : Bool = false) : GObject::SignalConnection
#