GNOME Bugzilla – Bug 710072
Add alternate spellings for GDK_2/3BUTTON_PRESS enums
Last modified: 2013-10-13 22:50:02 UTC
The issue is these enums show up as Gdk.EventType.2BUTTON_PRESS in introspection based languages which is not a valid identifier. We currently cope with this by prefixing numerically named items with an underscore. The issue with this is underscore prefixing usually means the attribute is internal. The proposal is to add alternate versions of these enums with the numbers spelled out: GDK_TWO_BUTTON_PRESS and GDK_THREE_BUTTON_PRESS.
Oops, sorry for the noise. *** This bug has been marked as a duplicate of bug 671025 ***