Enable scroll in histogram view and curve editor (#246) Both GthHistogramView and GthCurveEditor have histograms with event handler code for scroll-event but the widgets are missing the GDK_SCROLL_MASK bit for events, resulting in no scroll support. The event handlers already exist. Adding the mask bit makes the event handlers effective.