* clutter/clutter-types.h: Swap left and right in the
documentation for ClutterGravity.
This commit is contained in:
@ -47,13 +47,13 @@ typedef struct _ClutterChildMeta ClutterChildMeta;
|
||||
* ClutterGravity:
|
||||
* @CLUTTER_GRAVITY_NONE: Do not apply any gravity
|
||||
* @CLUTTER_GRAVITY_NORTH: Scale from topmost downwards
|
||||
* @CLUTTER_GRAVITY_NORTH_EAST: Scale from the top left corner
|
||||
* @CLUTTER_GRAVITY_EAST: Scale from the left side
|
||||
* @CLUTTER_GRAVITY_SOUTH_EAST: Scale from the bottom left corner
|
||||
* @CLUTTER_GRAVITY_NORTH_EAST: Scale from the top right corner
|
||||
* @CLUTTER_GRAVITY_EAST: Scale from the right side
|
||||
* @CLUTTER_GRAVITY_SOUTH_EAST: Scale from the bottom right corner
|
||||
* @CLUTTER_GRAVITY_SOUTH: Scale from the bottom upwards
|
||||
* @CLUTTER_GRAVITY_SOUTH_WEST: Scale from the bottom right corner
|
||||
* @CLUTTER_GRAVITY_WEST: Scale from the right side
|
||||
* @CLUTTER_GRAVITY_NORTH_WEST: Scale from the top right corner
|
||||
* @CLUTTER_GRAVITY_SOUTH_WEST: Scale from the bottom left corner
|
||||
* @CLUTTER_GRAVITY_WEST: Scale from the left side
|
||||
* @CLUTTER_GRAVITY_NORTH_WEST: Scale from the top left corner
|
||||
* @CLUTTER_GRAVITY_CENTER: Scale from the center.
|
||||
*
|
||||
* Gravity of the scaling operations. When a gravity different than
|
||||
|
Reference in New Issue
Block a user