Vte.EventContext
Vte.EventContext.get_coordinates()
None
get_coordinates (x, y)
get_coordinates
Provides context information for a context menu event.
New in version 0.76.
x (float or None) – location to store the X coordinate
float
y (float or None) – location to store the Y coordinate
True if the event has coordinates attached that are within the terminal, with x and y filled in; False otherwise
True
False
bool