Christof Lutz writes: > Could your help me in that point? I just need to know how to "grab" the > point-coordinates of a click to an image! If you go into the plug-ins/common directory of the source and grep for GDK_BUTTON_PRESS, you will find plenty of examples that will quickly show you how to do it. There are three main steps involved: (1) requesting to receive button press events, (2) connecting a callback for them, and (3) handling them in the callback. Best, -- Bill ______________ ______________ ______________ ______________ Sent via the KillerWebMail system at primate.ucdavis.edu