struct Gtk::ScrolledWindow::ScrollChildSignal
- Gtk::ScrolledWindow::ScrollChildSignal
- GObject::Signal
- Struct
- Value
- Object
Overview
Emitted when a keybinding that scrolls is pressed.
This is a keybinding signal.
The horizontal or vertical adjustment is updated which triggers a signal that the scrolled window’s child may listen to and scroll itself.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/scrolled_window.crInstance Method Summary
- #connect(*, after : Bool = false, &block : Proc(Gtk::ScrollType, Bool, Bool)) : GObject::SignalConnection
- #connect(handler : Proc(Gtk::ScrollType, Bool, Bool), *, after : Bool = false) : GObject::SignalConnection
- #connect(handler : Proc(Gtk::ScrolledWindow, Gtk::ScrollType, Bool, Bool), *, after : Bool = false) : GObject::SignalConnection
- #emit(scroll : Gtk::ScrollType, horizontal : Bool) : 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::ScrollType, Bool, Bool)) : GObject::SignalConnection
#
def connect(handler : Proc(Gtk::ScrollType, Bool, Bool), *, after : Bool = false) : GObject::SignalConnection
#
def connect(handler : Proc(Gtk::ScrolledWindow, Gtk::ScrollType, Bool, Bool), *, after : Bool = false) : GObject::SignalConnection
#