gimp_display_delete << INDEX >> gimp_displays_flush

gimp_display_new (1995-1996)

NAME
gimp_display_new - Create a new display for the specified image.
SYNOPSIS
display = gimp_display_new (image)
DESCRIPTION
Creates a new display for the specified image. If the image already has a display, another is added. Multiple displays are handled transparently by the GIMP. The newly created display is returned and can be subsequently destroyed with a call to 'gimp-display-delete'. This procedure only makes sense for use with the GIMP UI.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
RETURN VALUES
TYPENAMEDESCRIPTION
DISPLAYdisplayThe new display
SOME SYNTAX ALTERNATIVES
display = $image->display_new
AUTHOR
Spencer Kimball & Peter Mattis
(c)1995-1996 Spencer Kimball & Peter Mattis


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