gimp_path_set_current << INDEX >> gimp_path_set_points

gimp_path_set_locked (1999)

NAME
gimp_path_set_locked - Set the locked status associated with the name path.
SYNOPSIS
gimp_path_set_locked (image,pathname,lockstatus)
DESCRIPTION
This procedure sets the lock status associated with the specified path. A path can be "locked" which means that the transformation tool operations will also apply to the path.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
STRINGpathnamethe name of the path whose locked status should be set
INT32lockstatusThe lock status associated with the name path. 0 if the path is not locked. 1 if the path is to be locked
SOME SYNTAX ALTERNATIVES
$image->path_set_locked (pathname,lockstatus)
AUTHOR
Andy Thomas
(c)1999 Andy Thomas


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