Gesture.setWindow
void setWindow(gdk.window.Window window = null)Sets a specific window to receive events about, so gesture will effectively handle only events targeting window, or a child of it. window must pertain to [gtk.event_controller.EventController.getWidget].
Parameters
window | a #GdkWindow, or null |