Add symbolic constants for event emission control
Similar to https://bugzilla.gnome.org/show_bug.cgi?id=631413 in GLib, GTK+ should have symbolic constants for controlling the event handling instead of a mere boolean value. The GDK_EVENT_PROPAGATE and GDK_EVENT_STOP constants map to FALSE and TRUE respectively. https://bugzilla.gnome.org/show_bug.cgi?id=631414
This commit is contained in:
committed by
Emmanuele Bassi
parent
f0b8fc69e8
commit
c62a1fd522
@ -757,6 +757,8 @@ GdkEventMask
|
||||
GDK_CURRENT_TIME
|
||||
GDK_PRIORITY_EVENTS
|
||||
GDK_PRIORITY_REDRAW
|
||||
GDK_EVENT_PROPAGATE
|
||||
GDK_EVENT_STOP
|
||||
|
||||
<SUBSECTION>
|
||||
gdk_events_pending
|
||||
|
||||
Reference in New Issue
Block a user