Hi, On Fri, 2006-12-22 at 16:33 -0500, jbaker wrote: > I'm wanting to do a script that requires a more complicated GUI than > what the standard way of doing a script provides... > > Basically I want to be able to layout some of the widgets horizontally > instead of stacked vertically... > > What would be the recommended way to do this... ?
As far as I know, you can write a full-fledged GIMP plug-in using the GIMP Python bindings and pygtk. The gimpfu module is just a convenience layer that offers an API similar to Script-Fu. But you can decide to not use it and write your own custom UI. Sven _______________________________________________ Gimp-user mailing list [email protected] https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
