Enumeration

GskCorner

Declaration

enum Gsk.Corner

Description [src]

The corner indices used by GskRoundedRect.

Members

GSK_CORNER_TOP_LEFT

The top left corner.

  • Value: 0
  • Available since: 4.0
GSK_CORNER_TOP_RIGHT

The top right corner.

  • Value: 1
  • Available since: 4.0
GSK_CORNER_BOTTOM_RIGHT

The bottom right corner.

  • Value: 2
  • Available since: 4.0
GSK_CORNER_BOTTOM_LEFT

The bottom left corner.

  • Value: 3
  • Available since: 4.0