Function
EvinceDocumentDocumentmisc_get_pointer_position
Declaration [src]
void
ev_document_misc_get_pointer_position (
GtkWidget* widget,
gint* x,
gint* y
)
Parameters
widget |
GtkWidget* |
A |
|
The data is owned by the caller of the function. | |
x |
gint* |
The pointer’s “x” position, or -1 if the position is not available. |
|
The argument will be set by the function. | |
The called function takes ownership of the data, and is responsible for freeing it. | |
y |
gint* |
The pointer’s “y” position, or -1 if the position is not available. |
|
The argument will be set by the function. | |
The called function takes ownership of the data, and is responsible for freeing it. |