mirror of
https://github.com/brl/mutter.git
synced 2025-08-07 00:54:42 +00:00
constraint: Add ClutterConstraint base class
The Constraint base, abstract class should be used to implement Actor modifiers that affect the way an actor is sized or positioned inside a fixed layout manager.
This commit is contained in:
@@ -45,11 +45,12 @@ typedef struct _ClutterStage ClutterStage;
|
||||
typedef struct _ClutterContainer ClutterContainer; /* dummy */
|
||||
typedef struct _ClutterChildMeta ClutterChildMeta;
|
||||
typedef struct _ClutterLayoutMeta ClutterLayoutMeta;
|
||||
typedef struct _ClutterActorMeta ClutterActorMeta;
|
||||
|
||||
typedef struct _ClutterAnimator ClutterAnimator;
|
||||
typedef struct _ClutterAction ClutterAction;
|
||||
|
||||
typedef struct _ClutterActorMeta ClutterActorMeta;
|
||||
typedef struct _ClutterAction ClutterAction;
|
||||
typedef struct _ClutterConstraint ClutterConstraint;
|
||||
|
||||
typedef union _ClutterEvent ClutterEvent;
|
||||
|
||||
|
Reference in New Issue
Block a user