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

2009-07-02 Thread gbstack
Hello,everybody! I want to create a window in gimp plugin,so this is my code(part of the plugin): /static void run (const gchar *name, gint nparams, const GimpParam *param, gint *nreturn_vals, GimpParam **return_vals) { static GimpParam

Re: [Gimp-developer] JavaFX support in the GIMP?

2009-07-02 Thread Alexandre Prokoudine
On Thu, Jul 2, 2009 at 1:52 AM, Joshua Marinacci wrote: We simply don't have the developer resources to create plugins for tools other than Photoshop and Illustrator, but we also don't want to leave open source and Linux designers out of the loop. We aren't exactly out of the loop :) Upcoming

Re: [Gimp-developer] WANTED: Automated GIMP for Printer

2009-07-02 Thread Michael Schumacher
Von: Andy for...@gimpusers.com I need Gimp to be the ONLY program running in the system (eg Ubuntu or others). It's like an embedded system, which launches GIMP whenever it's powered up. It'll accept input IMAGE from other PC in the network and also the parameters needed. Then, GIMP will

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.

[Gimp-developer] Access Image in Plugin?

2009-07-02 Thread Rob Antonishen
Hi- I'm trying to get (in order to modify) the active selection (channel) in a C plugin I am writing. I assume I can simply use gimp_image_get_mask (image) but I can't see how to get the image object! All the examples show accessing the drawable object using gimp_drawable_get

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