Emmanuele Bassi
bd8b09edda
constraint: Queue a relayout on :enabled changes
...
ClutterConstraint should queue a relayout if the :enabled property of
its parent class ClutterActorMeta changes.
http://bugzilla.clutter-project.org/show_bug.cgi?id=2587
2011-03-01 19:04:31 +00:00
Emmanuele Bassi
63cef64d17
docs: Fix some wrong function/signal/property names
2010-11-18 15:21:16 +00:00
Emmanuele Bassi
8b047d0bc9
docs: Move the constraints example picture about the source code
2010-11-17 12:49:10 +00:00
Emmanuele Bassi
f96113705d
docs: Fix closing tag
2010-11-17 12:14:02 +00:00
Emmanuele Bassi
a32f781144
docs: Break down the constraints example
2010-11-17 08:32:54 +00:00
Emmanuele Bassi
b7fa13a52f
docs: Add introductory section on Constraints
...
Use the snap-constraint code for the example code and screenshot.
2010-11-15 16:00:49 +00:00
Emmanuele Bassi
68da998c9b
docs: Add sub-classing notes on ActorMeta and Constraint
2010-09-17 14:54:31 +01:00
Emmanuele Bassi
5da0064de7
constraint: Add ::update_allocation()
...
The Constraint should plug directly into the allocation mechanism, and
modify the allocation of the actor to which they are applied to. This is
similar to the mechanism used by the Effect class to modify the paint
sequence of an actor.
2010-09-17 12:17:50 +01:00
Emmanuele Bassi
09659ea18d
docs: Description fixes for Action and Constraint
2010-05-26 14:09:24 +01:00
Emmanuele Bassi
6457f66976
Miscellaneous documentation fixes
2010-05-19 16:10:05 +01:00
Emmanuele Bassi
b842f0ad8e
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.
2010-05-19 12:28:30 +01:00