GdkPixbufRotation

The possible rotations which can be passed to gdk_pixbuf_rotate_simple(). To make them easier to use, their numerical values are the actual degrees. GDK_PIXBUF_ROTATE_NONE No rotation. GDK_PIXBUF_ROTATE_COUNTERCLOCKWISE Rotate by 90 degrees. GDK_PIXBUF_ROTATE_UPSIDEDOWN Rotate by 180 degrees. GDK_PIXBUF_ROTATE_CLOCKWISE Rotate by 270 degrees.

Values

ValueMeaning
ROTATE_NONE0
ROTATE_COUNTERCLOCKWISE90
ROTATE_UPSIDEDOWN180
ROTATE_CLOCKWISE270

Meta