:right-sidebar: True PixbufRotation =================================================================== .. currentmodule:: gi.repository.GdkPixbuf .. class:: PixbufRotation :no-contents-entry: The possible rotations which can be passed to :func:`~gi.repository.GdkPixbuf.Pixbuf.rotate_simple`. To make them easier to use, their numerical values are the actual degrees. Fields ------ .. rst-class:: interim-class .. class:: PixbufRotation :no-index: .. attribute:: CLOCKWISE Rotate by 270 degrees. .. attribute:: COUNTERCLOCKWISE Rotate by 90 degrees. .. attribute:: NONE No rotation. .. attribute:: UPSIDEDOWN Rotate by 180 degrees.