Package: gdk-pixbuf

GEnum gdk-pixbuf:pixbuf-rotation

Declaration

(gobject:define-genum "GdkPixbufRotation" pixbuf-rotation
  (:export t
   :type-initializer "gdk_pixbuf_rotation_get_type")
  (:none 0)
  (:counterclockwise 90)
  (:upsidedown 180)
  (:clockwise 270))  

Values

:none
No rotation.
:counterclockwise
Rotate by 90 degrees.
:upsidedown
Rotate by 180 degrees.
:clockwise
Rotate by 270 degrees.

Details

The possible rotations which can be passed to the gdk-pixbuf:pixbuf-rotate-simple function. To make them easier to use, their numerical values are the actual degrees.
 

See also

#2024-6-29