[Gimp-developer] Preview Windows in Python-Fu - Do they exist?
David Gowers
00ai99 at gmail.com
Fri Dec 7 16:26:20 PST 2007
Hi Jim,
On Dec 8, 2007 10:22 AM, Jim Sabatke <jimssoftware at gmail.com> wrote:
> I've been searching the net for a couple days to see if Python-Fu
> supports Preview Windows in plug-ins. Depending on the search strings I
No, it doesn't. PyGimp does, though. This means that if you want a
preview window, you need to construct the GUI yourself -- you cannot
rely on PythonFu to construct it automatically for you.
In the 'gimpui' module, look up the help -- see
'GimpPreview','GimpAspectPreview', and associates.
More information about the Gimp-developer
mailing list