Jürgen Mangler <[EMAIL PROTECTED]> writes:
>
> I'm wondering what the state property of the GdkEventButton Object shows.
> The normal behaviour is:
>
> 0 ... Double Click
> 256 ... Single Click
>
> But from time to time this behaviour changes to:
>
> 16 ... Double CLick
> 173 ... Single Click
>
The state property contains one or more of the flags in the
GdkModifierType enum, basically. On the X port, it may also have some
other bits set not in the enum that should be ignored (they indicate
the X keyboard group).
You should always get a single before a double click, though.
Havoc
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list