Enumeration

ClutterOrientation

Declaration

enum Clutter.Orientation

Description [src]

Represents the orientation of actors or layout managers.

Members

CLUTTER_ORIENTATION_HORIZONTAL

An horizontal orientation.

  • Value: 0
  • Available since: 14
CLUTTER_ORIENTATION_VERTICAL

A vertical orientation.

  • Value: 1
  • Available since: 14