Re: [Gimp-developer] plugin to put points on top of each other

2004-07-07 Thread Sven Neumann
Hi, "William Skaggs" <[EMAIL PROTECTED]> writes: > if (back_pixbuf) > gdk_draw_pixbuf (preview->window, > preview->style->fg_gc[GTK_STATE_NORMAL], > back_pixbuf, 0, 0, > 0, 0, > gdk_pixbuf_get_width (back_pi

Re: [Gimp-developer] plugin to put points on top of each other

2004-07-07 Thread William Skaggs
Christof Lutz writes: > yes, that's true and it's a pity that there is no way :-) So what > do you suggest: > > I want to mark particular points in one or more images and use the > marked coordinates in my plugin-dialog. Do you think it's the best to > create picture-buttons with more or less smal

Re: [Gimp-developer] plugin to put points on top of each other

2004-07-07 Thread Christoph Lutz
Sven Neumann wrote: Hi, "William Skaggs" <[EMAIL PROTECTED]> writes: 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, yo

Re: [Gimp-developer] plugin to put points on top of each other

2004-07-07 Thread Sven Neumann
Hi, "William Skaggs" <[EMAIL PROTECTED]> writes: > 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

Re: [Gimp-developer] plugin to put points on top of each other

2004-07-07 Thread William Skaggs
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