gimp_path_get_current << INDEX >> gimp_path_get_point_at_dist

gimp_path_get_locked (1999)

NAME
gimp_path_get_locked - Returns the locked status associated with the name path.
SYNOPSIS
lockstatus = gimp_path_get_locked (image,pathname)
DESCRIPTION
This procedure returns 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 obtained
RETURN VALUES
TYPENAMEDESCRIPTION
INT32lockstatusThe lock status associated with the name path. 0 returned if the path is not locked. 1 is returned if the path is locked
SOME SYNTAX ALTERNATIVES
lockstatus = $image->path_get_locked (pathname)
AUTHOR
Andy Thomas
(c)1999 Andy Thomas


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