Open JakeWheat opened 2 years ago
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.
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.