Returns whether a `GdkEvent` should trigger a context menu, according to platform conventions.
The right mouse button typically triggers context menus.
This function should always be used instead of simply checking for event->button == gdk_button_secondary .
this |
a `GdkEvent`, currently only button events are meaningful values |
true if the event should trigger a context menu. |