« Return to Thread: how to create a window in gimp plugin?

Re: how to create a window in gimp plugin?

by Adam Turcotte :: Rate this Message:

Reply to Author | View in Thread

On Thu, Jul 2, 2009 at 2:01 AM, gbstack<gbstack08@...> wrote:
> I want to create a window in gimp plugin

I'm not sure if this helps, but when I've created gimp plugins, I've
always used gimp_dialog_new () instead of gtk_window_new ().

For an example, take a look at the scale_dialog () method here:
http://gsoc.rivetsforbreakfast.com/gimp/IBFNBQH.c



Adam Turcotte
_______________________________________________
Gimp-developer mailing list
Gimp-developer@...
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

 « Return to Thread: how to create a window in gimp plugin?