gi-gtk-declarative
gi-gtk-declarative copied to clipboard
Use value-changed signal on adjustment of scrolled window
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.