* clutter/clutter-types.h: Swap left and right in the
documentation for ClutterGravity.
This commit is contained in:
parent
ae8bab0bc8
commit
147880b148
@ -1,3 +1,8 @@
|
|||||||
|
2008-09-17 Neil Roberts <neil@linux.intel.com>
|
||||||
|
|
||||||
|
* clutter/clutter-types.h: Swap left and right in the
|
||||||
|
documentation for ClutterGravity.
|
||||||
|
|
||||||
2008-09-17 Neil Roberts <neil@linux.intel.com>
|
2008-09-17 Neil Roberts <neil@linux.intel.com>
|
||||||
|
|
||||||
Bug 1121 - Setting anchor point doesn't work if set too early
|
Bug 1121 - Setting anchor point doesn't work if set too early
|
||||||
|
@ -47,13 +47,13 @@ typedef struct _ClutterChildMeta ClutterChildMeta;
|
|||||||
* ClutterGravity:
|
* ClutterGravity:
|
||||||
* @CLUTTER_GRAVITY_NONE: Do not apply any gravity
|
* @CLUTTER_GRAVITY_NONE: Do not apply any gravity
|
||||||
* @CLUTTER_GRAVITY_NORTH: Scale from topmost downwards
|
* @CLUTTER_GRAVITY_NORTH: Scale from topmost downwards
|
||||||
* @CLUTTER_GRAVITY_NORTH_EAST: Scale from the top left corner
|
* @CLUTTER_GRAVITY_NORTH_EAST: Scale from the top right corner
|
||||||
* @CLUTTER_GRAVITY_EAST: Scale from the left side
|
* @CLUTTER_GRAVITY_EAST: Scale from the right side
|
||||||
* @CLUTTER_GRAVITY_SOUTH_EAST: Scale from the bottom left corner
|
* @CLUTTER_GRAVITY_SOUTH_EAST: Scale from the bottom right corner
|
||||||
* @CLUTTER_GRAVITY_SOUTH: Scale from the bottom upwards
|
* @CLUTTER_GRAVITY_SOUTH: Scale from the bottom upwards
|
||||||
* @CLUTTER_GRAVITY_SOUTH_WEST: Scale from the bottom right corner
|
* @CLUTTER_GRAVITY_SOUTH_WEST: Scale from the bottom left corner
|
||||||
* @CLUTTER_GRAVITY_WEST: Scale from the right side
|
* @CLUTTER_GRAVITY_WEST: Scale from the left side
|
||||||
* @CLUTTER_GRAVITY_NORTH_WEST: Scale from the top right corner
|
* @CLUTTER_GRAVITY_NORTH_WEST: Scale from the top left corner
|
||||||
* @CLUTTER_GRAVITY_CENTER: Scale from the center.
|
* @CLUTTER_GRAVITY_CENTER: Scale from the center.
|
||||||
*
|
*
|
||||||
* Gravity of the scaling operations. When a gravity different than
|
* Gravity of the scaling operations. When a gravity different than
|
||||||
|
Loading…
x
Reference in New Issue
Block a user