Module: Clutter::BindCoordinate

Defined in:
(unknown)

Constant Summary collapse

X =

Bind the X coordinate

0 or :x
Y =

Bind the Y coordinate

1 or :y
WIDTH =

Bind the width

2 or :width
HEIGHT =

Bind the height

3 or :height
POSITION =

Equivalent to to %CLUTTER_BIND_X and %CLUTTER_BIND_Y (added in Clutter 1.6)

4 or :position
SIZE =

Equivalent to %CLUTTER_BIND_WIDTH and %CLUTTER_BIND_HEIGHT (added in Clutter 1.6)

5 or :size
ALL =

Equivalent to %CLUTTER_BIND_POSITION and %CLUTTER_BIND_SIZE (added in Clutter 1.10)

6 or :all