Manually scroll to a child in a Gtk.ScrolledWindow
问题 I'm developping a GTK app (in Python with PyGTK) and I need to scroll manually the Gtk.ScrolledWindow to a child it contains to show it in the screen. The ScrolledWindow contains a ListBox, which contains a lot of ListBoxRow. self.currencySwitcher = CurrencySwitcher(self) self.currencySwitcherBox = Gtk.ScrolledWindow(vexpand = True) self.currencySwitcherBox.add(self.currencySwitcher) CurrencySwitcher herits of Gtk.ListBox: class CurrencySwitcher (Gtk.ListBox): # ... I have a search system to