Creates a new GimpCoordinatess for x_property and y_property which must necessarily be an integer
or double property.
The associated unit_property must be a GimpUnit property.
If a widget has already been created for this procedure, it will be returned instead (whatever its actual widget type).
| this |
the associated ProcedureDialog. |
| coordinates_id |
Identifier for |
| x_property |
Name of int or double property for X coordinate. |
| y_property |
Name of int or double property for Y coordinate. |
| unit_property |
Name of unit property. |
| unit_format |
A printf-like unit-format string as is used with |
| update_policy |
How the automatic pixel <-> real-world-unit calculations should be done. |
| x_resolution |
The resolution (in dpi) for the X coordinate. |
| y_resolution |
The resolution (in dpi) for the Y coordinate. |
|
the Widget representing |