After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 144729 - Set GDK_POINTER_MOTION_HINT_MASK on GtkTreeView's window
Set GDK_POINTER_MOTION_HINT_MASK on GtkTreeView's window
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
unspecified
Other All
: Normal enhancement
: 3.0
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2004-06-21 03:21 UTC by Billy Biggs
Modified: 2015-05-10 22:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Billy Biggs 2004-06-21 03:21:09 UTC
GtkTreeView does not set GDK_POINTER_MOTION_HINT_MASK on its window.  An example
of where this would be useful would be for trees which select the item
underneath the mouse.  This problem specifically occurs in Eclipse:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=62405

I am not sure if this would be a breaking change.
Comment 1 Billy Biggs 2005-03-16 20:50:48 UTC
Owen said this was a breaking change at this GTK+ team meeting:

  http://www.gtk.org/plan/meetings/20041025.txt

Furthermore, the bug in eclipse seems to actually be bug 170600.  That said, it
would be nice to set the hint mask on the tree, especially if clients are
listening for mouse events on it.  If it were enabled, it would solve our
problems and maybe more.  Adding an API to set the hint on the tree's window
would be nice.
Comment 2 Matthias Clasen 2015-05-10 22:25:26 UTC
After eea16f03f5b3f76da165dba805a819f4c760cefa, this is probably obsolete.