Top |
gboolean | gimp_image_grid_get_spacing () |
gboolean | gimp_image_grid_set_spacing () |
gboolean | gimp_image_grid_get_offset () |
gboolean | gimp_image_grid_set_offset () |
gboolean | gimp_image_grid_get_foreground_color () |
gboolean | gimp_image_grid_set_foreground_color () |
gboolean | gimp_image_grid_get_background_color () |
gboolean | gimp_image_grid_set_background_color () |
GimpGridStyle | gimp_image_grid_get_style () |
gboolean | gimp_image_grid_set_style () |
gboolean gimp_image_grid_get_spacing (gint32 image_ID
,gdouble *xspacing
,gdouble *yspacing
);
Gets the spacing of an image's grid.
This procedure retrieves the horizontal and vertical spacing of an image's grid. It takes the image as parameter.
image_ID |
The image. |
|
xspacing |
The image's grid horizontal spacing. |
|
yspacing |
The image's grid vertical spacing. |
Since: 2.4
gboolean gimp_image_grid_set_spacing (gint32 image_ID
,gdouble xspacing
,gdouble yspacing
);
Sets the spacing of an image's grid.
This procedure sets the horizontal and vertical spacing of an image's grid.
image_ID |
The image. |
|
xspacing |
The image's grid horizontal spacing. |
|
yspacing |
The image's grid vertical spacing. |
Since: 2.4
gboolean gimp_image_grid_get_offset (gint32 image_ID
,gdouble *xoffset
,gdouble *yoffset
);
Gets the offset of an image's grid.
This procedure retrieves the horizontal and vertical offset of an image's grid. It takes the image as parameter.
image_ID |
The image. |
|
xoffset |
The image's grid horizontal offset. |
|
yoffset |
The image's grid vertical offset. |
Since: 2.4
gboolean gimp_image_grid_set_offset (gint32 image_ID
,gdouble xoffset
,gdouble yoffset
);
Sets the offset of an image's grid.
This procedure sets the horizontal and vertical offset of an image's grid.
image_ID |
The image. |
|
xoffset |
The image's grid horizontal offset. |
|
yoffset |
The image's grid vertical offset. |
Since: 2.4
gboolean gimp_image_grid_get_foreground_color (gint32 image_ID
,GimpRGB *fgcolor
);
Sets the foreground color of an image's grid.
This procedure gets the foreground color of an image's grid.
Since: 2.4
gboolean gimp_image_grid_set_foreground_color (gint32 image_ID
,const GimpRGB *fgcolor
);
Gets the foreground color of an image's grid.
This procedure sets the foreground color of an image's grid.
Since: 2.4
gboolean gimp_image_grid_get_background_color (gint32 image_ID
,GimpRGB *bgcolor
);
Sets the background color of an image's grid.
This procedure gets the background color of an image's grid.
Since: 2.4
gboolean gimp_image_grid_set_background_color (gint32 image_ID
,const GimpRGB *bgcolor
);
Gets the background color of an image's grid.
This procedure sets the background color of an image's grid.
Since: 2.4
GimpGridStyle
gimp_image_grid_get_style (gint32 image_ID
);
Gets the style of an image's grid.
This procedure retrieves the style of an image's grid.
Since: 2.4
gboolean gimp_image_grid_set_style (gint32 image_ID
,GimpGridStyle style
);
Sets the style unit of an image's grid.
This procedure sets the style of an image's grid. It takes the image and the new style as parameters.
Since: 2.4