>How can I get an event, when a user clicks on an image? Attach a handler for "button_press_event". >All I need is the x and y coordinates of the pixel the user >clicked on. Use Gdk.Window.Get_Pointer. Manuel