[Gimp-developer] IWarp as a tool
Sven Neumann
sven at gimp.org
Sat Feb 16 07:40:48 PST 2008
Hi,
On Fri, 2008-02-15 at 20:43 +0200, Tor Lillqvist wrote:
> what is the proper division of tasks between a GimpTool and a
> GimpPaintCore?
A GimpPaintCore is an object used by paint tools. It does the actual
painting and it is also used when the painting is done by means of a PDB
call.
A GimpTool object should not have any functionality besides providing
the user interface for a specific tool. Everything else needs to live
outside the tool object.
Sven
More information about the Gimp-developer
mailing list