Gimp.Image.grid_get_style
@accepts(Gimp.Image)
@returns(Gimp.GridStyle)
def grid_get_style(self):
# Python wrapper for gimp_image_grid_get_style()
Gets the style of an image's grid.
This procedure retrieves the style of an image's grid.
Since 2.4
- self
The image.
- Returns