Skip to content
  • Michael Natterer's avatar
    gtk: Implement smooth scrolling in scrolledwindow/range · 2a72e7b7
    Michael Natterer authored and Matthias Clasen's avatar Matthias Clasen committed
    If delta_x/y information is provided in scroll events, use it
    to modify the underlying adjustment in steps proportional to
    the deltas provided.
    
    If the child widget of a scrolledwindow doesn't set
    GDK_SMOOTH_SCROLL_MASK, regular scroll events will be dispatched,
    and still handled by these 2 widgets.
    2a72e7b7