Hi,
According to docs Gtk.TextView inherits from Gtk.Scrollable
Gtk.Scrollable is described as “widgets with native scrolling ability.” https://lazka.github.io/pgi-docs/#Gtk-3.0/classes/Scrollable.html#Gtk.Scrollable
But I’m having a really hard time finding anything about that. Glade offers some options, but they don’t really do anything, at least I couldn’t figure out anything at all there.
No idea how to get this to work. Can’t find examples, tutorials, not even other projects that use this.
I’d like to see how this makes a difference for various things over using Gtk.ScrolledWindow.