Description Usage Arguments Author(s)
The event mask for a window determines which events will be reported
for that window. For example, an event mask including GDK_BUTTON_PRESS_MASK
means the window should report button press events. The event mask
is the bitwise OR of values from the GdkEventMask
enumeration.
1 | gdkWindowSetEvents(object, event.mask)
|
|
a |
|
event mask for |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.