In GTK I can't figure out what callback to setup so that when the user clicks in a window, I can get the X/Y co-ords of the click.
You're looking for the button-press-event signal of GtkWidget.
The event param in the call back usually get's a x and a y member which are the mouse coordinates. If you need an example have a look at the gtk tutorial, there is the example code of a small drawing program, where you can see how to handle mouse events
http://www.gtk.org/tutorial1.2/gtk_tut-23.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With