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 93147 - Missing API on GtkScrollbar
Missing API on GtkScrollbar
Status: RESOLVED DUPLICATE of bug 133263
Product: gtk+
Classification: Platform
Component: Widget: Other
2.0.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2002-09-12 17:03 UTC by Veronika Irvine
Modified: 2011-02-04 16:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Veronika Irvine 2002-09-12 17:03:21 UTC
I am working on the SWT (Standard Widget Toolkit) for Eclipse.  We are 
trying to provide a common Java API for native widgets across several 
platforms.  The following information is available on Windows and Motif 
but I have not found the equivalent for GTK:

In the value_changed signal of GtkScrollbar (GtkVScrollbar or 
GtkHScrollbar) I need to be able to determine by what mechanism the 
scrollbar value has changed - i.e. was the thumb dragged (and if so is the 
thumb still being dragged) or was the up/down arrow button clicked (or 
keyboard up/down arrow) or did the user click on the space between the 
thumb and the arrow button (page up/page down).
Comment 1 Havoc Pennington 2002-09-12 18:52:14 UTC
Right, there is no equivalent currently. (Other than some really bad
hack involving watching the mouse events.)
Comment 2 David Whiteman 2003-05-07 12:43:04 UTC
Any updates on this one?  This is pretty important to me.
Comment 3 Federico Mena Quintero 2004-02-03 19:28:30 UTC

*** This bug has been marked as a duplicate of 133263 ***