gi-gtk-declarative icon indicating copy to clipboard operation
gi-gtk-declarative copied to clipboard

Use value-changed signal on adjustment of scrolled window

Open JakeWheat opened this issue 2 years ago • 0 comments

Is there a way to handle the value-changed signal on an adjustment of a scrolled window? This is the rough Python version:

sw = Gtk.ScrolledWindow() sw.get_vadjustment().connect("value-changed", my_on_scroll)

Thanks.

JakeWheat avatar Nov 15 '22 14:11 JakeWheat