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.

Values

ValueMeaning
NONE0

No rotation.

COUNTERCLOCKWISE90

Rotate by 90 degrees.

UPSIDEDOWN180

Rotate by 180 degrees.

CLOCKWISE270

Rotate by 270 degrees.

Meta