Enumeration

GimpCapStyle

Declaration

enum Gimp.CapStyle

Description [src]

Style of line endings.

Members

GIMP_CAP_BUTT

Butt.

  • Value: 0
  • Available since: 3.0
GIMP_CAP_ROUND

Round.

  • Value: 1
  • Available since: 3.0
GIMP_CAP_SQUARE

Square.

  • Value: 2
  • Available since: 3.0