Re: Custom Gtk3 Widget - scroll_event

2014-05-09 Thread Bernhard Schuster
On vri, mei 9, 2014 at 7:18 , Joël Krähemann wrote: Do you use a GtkScrolledWindow to pack the entire widget? As I know this is the only way to get scrolled-event out of gtk because it has a viewport. No I don't. But I figured out that using GtkDrawingArea instead GtkWidget as baseclass w

Re: Custom Gtk3 Widget - scroll_event

2014-05-08 Thread Joël Krähemann
Am Dienstag, den 01.04.2014, 17:09 +0002 schrieb Bernhard Schuster: > hey! > > I am trying to derive a custom widget from GtkWidget. (Yet another > approach to plot data, I got some special fancy requirements). > So I thought I could just overwrite the scroll_event > handler/function-pointer an

Custom Gtk3 Widget - scroll_event

2014-04-01 Thread Bernhard Schuster
hey! I am trying to derive a custom widget from GtkWidget. (Yet another approach to plot data, I got some special fancy requirements). So I thought I could just overwrite the scroll_event handler/function-pointer and get hold of all scroll events on that widget. But it does not work as expecte