Re: German version

2000-07-02 Thread znm
Hi, I'm a new gimper, I've just found my gimp is a little old. where can I find the latest version? Is someone kind enough to send me some documentation explaning gimp intenals.

(ÎÞ±êÌâ)

2000-07-13 Thread znm
Hi, A simple question but I don't know: I can trace into the functions in /gimp-1.0.4/app using gdb. How could I trace into the functions in /gimp-1.0.4/plug-in/ and/gimp-1.0.4/libgimp?

Re: debugging plug-ins(why there is no symbol table?)

2000-07-14 Thread znm
for reply. Kevin Turner wrote: > On Fri, Jul 14, 2000 at 02:30:32PM +0800, znm wrote: > > How could I trace into the functions in /gimp-1.0.4/plug-in/ > > and/gimp-1.0.4/libgimp? > > Once the plug-in is started, you can attach gdb to the running process > with gdb's &q

Re: debugging plug-ins

2000-07-14 Thread znm
Thanks go to Kevin Turner, I now know how to debug a plug-in. His suggestions works well. Kevin Turner wrote: > On Fri, Jul 14, 2000 at 02:30:32PM +0800, znm wrote: > > How could I trace into the functions in /gimp-1.0.4/plug-in/ > > and/gimp-1.0.4/libgimp? > > Once t

Is there any IDE?

2000-07-16 Thread znm
HI, When I write a function calling like gdk_draw_rgb_image (widget->window, widget->style->fg_gc[GTK_STATE_NORMAL], it's painful to search for the parameters. Is there any Itegrated Develope Enviorment so that when I type : wedget-> it will prompt to me al