[ CCode ( has_construct_function = false ) ]
public Display (Image image)
Create a new display for the specified image.
Creates a new display for the specified image. If the image already has a display, another is added. Multiple displays are handled transparently by GIMP. The newly created display is returned and can be subsequently destroyed with a call to @delete. This procedure only makes sense for use with the GIMP UI, and will result in an execution error if called when GIMP has no UI.
| image |
The image. |
|
The new display. |