mutter/examples
Emmanuele Bassi b0e785c6c2 actor: Add bind_model_with_properties()
When binding models to actors to map items to children we don't often
need the full control of a function; in many cases we just need to
specify the type of the child we want to construct and the properties
on both the item and the child that we want to bind.

We should provide a simple convenience function that does all this for
us.
2015-07-10 11:26:34 +01:00
..
actor-model.c actor: Add bind_model_with_properties() 2015-07-10 11:26:34 +01:00
basic-actor.c
bin-layout.c
box-layout.c
canvas.c
constraints.c
drag-action.c
drop-action.c
easing-modes.c
flow-layout.c
grid-layout.c
image-content.c
layout-manager.c
Makefile.am examples: Add actor-model 2015-07-07 16:03:31 +01:00
pan-action.c Add PanAxis mode that automatically pins scroll based on initial movement 2015-06-11 15:47:48 -03:00
README
redhand.png
rounded-rectangle.c examples: Add transparency to the rounded rectangle 2015-04-30 13:04:32 +01:00
scroll-actor.c
threads.c

The code in this directory is meant to be XIncluded into the Clutter API
reference, and thus is to be considered part of the Clutter documentation.

As such, the code MUST be:

  - correct;
  - idiomatic, i.e. show how a task is meant to be achieved using the
    best possible practices given the current API;
  - well documented;
  - ready for copy and paste.