How to listen to scroll events in GTKMM 4?
I have the following example, where I create a simple window with a scrollbar and a scroll event controller that connects the onScroll
member function to handle the events:
I have the following example, where I create a simple window with a scrollbar and a scroll event controller that connects the onScroll
member function to handle the events: