Re: [Gimp-developer] how to create a window in gimp plugin?

2009-07-02 Thread Martin Nordholts
On 07/02/2009 08:01 AM, gbstack wrote: Hello,everybody! I want to create a window in gimp plugin,so this is my code(part of the plugin): any suggestion is appreciated. One way that always works is looking at how other plug-ins does it, for example:

Re: [Gimp-developer] how to create a window in gimp plugin?

2009-07-02 Thread Sven Neumann
Hi, On Thu, 2009-07-02 at 14:01 +0800, gbstack wrote: Hello,everybody! I want to create a window in gimp plugin,so this is my code(part of the plugin): Please have a look at http://developer.gimp.org/writing-a-plug-in/1/index.html In particular part III of this tutorial should be helpful.

Re: [Gimp-developer] how to create a window in gimp plugin?

2009-07-02 Thread gbstack
Hi, thanks for your tutorials,plugin examples and suggestions. now it's fixed,if I use gimp_ui_init instead of gtk_init,I can create a GtkWindow in gimp plugin now. thank you all! :-) Regards, Todong Ma ___ Gimp-developer mailing list