gimp_image_add_channel << INDEX >> gimp_image_add_layer

gimp_image_add_hguide (1998)

NAME
gimp_image_add_hguide - Add a horizontal guide to an image.
SYNOPSIS
guide = gimp_image_add_hguide (image,yposition)
DESCRIPTION
This procedure adds a horizontal guide to an image. It takes the input image and the y-position of the new guide as parameters. It returns the guide ID of the new guide.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
INT32ypositionThe guide's y-offset from top of image
RETURN VALUES
TYPENAMEDESCRIPTION
INT32guideThe new guide
SOME SYNTAX ALTERNATIVES
guide = $image->add_hguide (yposition)
AUTHOR
Adam D. Moss
(c)1998 Adam D. Moss


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