Re: Routing scroll events in a Gtk.Overlay
- From: richard boaz <ivor boaz gmail com>
- To: Robert Schroll <rschroll gmail com>
- Cc: ML-gtk <gtk-list gnome org>, Paul Davis <paul linuxaudiosystems com>
- Subject: Re: Routing scroll events in a Gtk.Overlay
- Date: Thu, 5 Jun 2014 12:19:20 -0500
for what it's worth (i.e., without necessarily delving into all the possible finer points):
instead of using GTK to route the events correctly, is it not possible (possibly preferable) to route all events to your own handler which you yourself can further negotiate and forward to the necessary widget?
that is, instead of trying to contort your code to use some (possibly) existing GTK paradigm to get your events properly routed, why not just trap them at the upper-most level yourself and apply your own logic to get them correctly routed downstream?
if this suggestion comes across as useless and/or too shallow for further consideration, please discard accordingly.
cheers,
richard
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]