Package: gsk

GEnum gsk:corner

Declaration

(gobject:define-genum "GskCorner" corner
  (:export t
   :type-initializer "gsk_corner_get_type")
  (:top-left 0)
  (:top-right 1)
  (:bottom-right 2)
  (:bottom-left 3))  

Values

:top-left
The top left corner.
:top-right
The top right corner.
:bottom-right
The bottom right corner.
:bottom-left
The bottom left corner.

Details

The corner indices used by the gsk:rounded-rect instance.
 

See also

2023-10-27