diff options
author | Kristian Rietveld <kris@gtk.org> | 2009-11-27 13:40:30 +0100 |
---|---|---|
committer | Kristian Rietveld <kris@gtk.org> | 2009-11-27 13:48:16 +0100 |
commit | 2ef9b989bff2faf392aedc57902e23739b965cb9 (patch) | |
tree | 8b5c4d59352c4929e7f76954704eb9faeef9bc87 /gtk/gtktoolitemgroup.h | |
parent | dd511e825aef9edada30107b3d891d496cc39fd8 (diff) | |
download | gtk+-2ef9b989bff2faf392aedc57902e23739b965cb9.tar.gz |
Bug 596473 - Second double-click of GtkTreeView row doesn't emit...
Rework double click handling in GtkTreeView. We cannot blindly use
the 2BUTTON_PRESS and 3BUTTON_PRESS events. In case a user does two
fast double clicks, we receive a 3BUTTON_PRESS and BUTTON_PRESS. We
cannot easily deduce two double clicks from this.
We have removed the bookkeeping using row references of the last paths
clicked. Instead we monitor event time, (x, y) coordinates and compare
against double-click-time and double-click-distance ourselves.
Diffstat (limited to 'gtk/gtktoolitemgroup.h')
0 files changed, 0 insertions, 0 deletions