gimp_unit_new << INDEX >> gimp_version

gimp_unit_set_deletion_flag (1999)

NAME
gimp_unit_set_deletion_flag - Sets the deletion flag of a unit.
SYNOPSIS
gimp_unit_set_deletion_flag (unit_id,deletion_flag)
DESCRIPTION
This procedure sets the unit's deletion flag. If the deletion flag of a unit is TRUE on gimp exit, this unit's definition will not be saved in the user's unitrc.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32unit_idThe unit's integer ID
INT32deletion_flagThe new deletion flag of the unit
SOME SYNTAX ALTERNATIVES
Gimp->unit_set_deletion_flag (unit_id,deletion_flag)
unit_set_deletion_flag Layer (unit_id,deletion_flag)
unit_set_deletion_flag Image (unit_id,deletion_flag)
unit_set_deletion_flag Channel (unit_id,deletion_flag)
unit_set_deletion_flag Display (unit_id,deletion_flag)
unit_set_deletion_flag Drawable (unit_id,deletion_flag)
AUTHOR
Michael Natterer
(c)1999 Michael Natterer


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>