1
0
Fork 0
mutter-performance-source/tests/interactive/.gitignore
José Dapena Paz d14e294d86 Add ClutterTableLayout, a layout showing children in rows and columns
A TableLayout is a layout manager that allocates its children in rows
and columns. Each child is assigned to a cell (or more if a cell span
is set).

The supported child properties are:

  • x-expand and y-expand: if this cell with try to allocate the
    available extra space for the table.
  • x-fill and y-fill: if the child will get all the space available in
    the cell.
  • x-align and y-align: if the child does not fill the cell, then
    where the child will be aligned inside the cell.
  • row-span and col-span: number of cells the child will allocate for
    itself.

Also, the TableLayout has row-spacing and col-spacing for specifying
the space in pixels between rows and between columns.

We also include a simple test of the layout manager, and the
documentation updates.

The TableLayout was implemented starting from MxTable and
ClutterBoxLayout.

http://bugzilla.clutter-project.org/show_bug.cgi?id=2038

Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
2010-08-10 23:20:06 +01:00

74 lines
1.2 KiB
Text

*.o
/wrapper.sh
/stamp-test-interactive
/test-actor-clone
/test-actors
/test-behave
/test-boxes
/test-depth
/test-effects
/test-events
/test-fbo
/test-fullscreen
/test-grab
/test-model
/test-multistage
/test-offscreen
/test-opacity
/test-perspective
/test-project
/test-rotate
/test-scale
/test-script
/test-shader
/test-text
/test-textures
/test-threads
/test-timeline
/test-timeline-dup-frames
/test-timeline-interpolate
/test-timeline-rewind
/test-timeline-smoothness
/test-unproject
/test-viewport
/test-cogl-multitexture
/test-cogl-offscreen
/test-cogl-primitives
/test-cogl-shader-arbfp
/test-cogl-shader-glsl
/test-cogl-tex-convert
/test-cogl-tex-foreign
/test-cogl-tex-getset
/test-cogl-tex-polygon
/test-cogl-tex-tile
/test-cogl-vertex-buffer
/test-pixmap
/test-stage-read-pixels
/test-clip
/test-layout
/test-random-text
/test-texture-async
/test-texture-quality
/test-paint-wrapper
/test-devices
/test-label-cache
/test-pick
/test-animation
/test-easing
/test-interactive
/test-binding-pool
/test-text-field
/test-clutter-cairo-flowers
/test-bin-layout
/test-flow-layout
/test-box-layout
/test-animator
/test-stage-sizing
/test-drag
/test-constraints
/test-state
/test-state-animator
/test-scrolling
/test-bind
/test-cogl-point-sprites
/test-table-layout