|
From: Schelte B. <sb...@wa...> - 2007-10-31 20:27:13
|
On Wednesday 31 October 2007 01:34, Joe English wrote: > Schelte Bron wrote: > > I'm trying to create a scrollbar with a grip in the middle > > of the thumb element. It looks exactly like I want when I > > do: [... see below ...] > > The problem however is that the grip part of the thumb does > > not respond to thumb events, like dragging it with the > > mouse. Is there any way of applying the thumb bindings to > > the grip as well (something similar to bindtags)? > > That's what the (undocumented) "-unit" flag is for. > (It was added to handle Windows XP scrollbar grips, > which work the same way.) > Excellent! That provides exactly the behavior I was looking for. Thanks, Schelte. |