See also: Main Index; Alphabetic; Misc; By Author; By Module; By Menu External Links: The Gimp; Gimp User Manual
The Gimp parasite functions
gimp_drawable_parasite_attach
Input:
| DRAWABLE | drawable | The drawable |
| PARASITE | parasite | The parasite to attach to a drawable |
Returns: nothing
This procedure attaches a parasite to a drawable. It has no return values.
Jay Cox; 1998
gimp_drawable_parasite_detach
Input:
| DRAWABLE | drawable | The drawable |
| STRING | name | The name of the parasite to detach from a drawable. |
Returns: nothing
This procedure detaches a parasite from a drawable. It has no return values.
Jay Cox; 1998
gimp_drawable_parasite_find
Input:
| DRAWABLE | drawable | The drawable |
| STRING | name | The name of the parasite to find |
Returns:
| PARASITE | parasite | The found parasite |
Finds and returns the named parasite that was previously attached to a drawable.
Jay Cox; 1998
gimp_drawable_parasite_list
Input:
| DRAWABLE | drawable | The drawable |
Returns:
| INT32 | num_parasites | The number of attached parasites |
| STRINGARRAY | parasites | The names of currently attached parasites |
Returns a list of all currently attached parasites.
Marc Lehmann; 1999
gimp_image_parasite_attach
Input:
| IMAGE | image | The image |
| PARASITE | parasite | The parasite to attach to an image |
Returns: nothing
This procedure attaches a parasite to an image. It has no return values.
Jay Cox; 1998
gimp_image_parasite_detach
Input:
| IMAGE | image | The image |
| STRING | name | The name of the parasite to detach from an image. |
Returns: nothing
This procedure detaches a parasite from an image. It has no return values.
Jay Cox; 1998
gimp_image_parasite_find
Input:
| IMAGE | image | The image |
| STRING | name | The name of the parasite to find |
Returns:
| PARASITE | parasite | The found parasite |
Finds and returns the named parasite that was previously attached to an image.
Jay Cox; 1998
gimp_image_parasite_list
Input:
Returns:
| INT32 | num_parasites | The number of attached parasites |
| STRINGARRAY | parasites | The names of currently attached parasites |
Returns a list of all currently attached parasites.
Marc Lehmann; 1999
gimp_parasite_attach
Input:
| PARASITE | parasite | The parasite to attach to the gimp |
Returns: nothing
This procedure attaches a parasite to the gimp. It has no return values.
Jay Cox; 1998
gimp_parasite_detach
Input:
| STRING | name | The name of the parasite to detach from the gimp. |
Returns: nothing
This procedure detaches a parasite from the gimp. It has no return values.
Jay Cox; 1998
gimp_parasite_find
Input:
| STRING | name | The name of the parasite to find |
Returns:
| PARASITE | parasite | The found parasite |
Finds and returns the named parasite that was previously attached to the gimp.
Jay Cox; 1998
gimp_parasite_list
Input: none
Returns:
| INT32 | num_parasites | The number of attached parasites |
| STRINGARRAY | parasites | The names of currently attached parasites |
Returns a list of all currently attached parasites.
Marc Lehmann; 1999
| The Gimp 2.3.2 (win32) | Documentation fresh from PDB | 22:53:14 Fr 22.07.2005 |
| Generated by pdb2doc.py written by Hans Breuer <Hans@Breuer.org> |