[examples] Add a Notebook case
authorEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 17 Jul 2009 11:31:35 +0000 (12:31 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Sat, 18 Jul 2009 19:52:07 +0000 (20:52 +0100)
commita5b166c47791986b2f95146f8aebc22e365d975b
tree22ae2a8f2e41a7c3ae03252c7498c547ad89b254
parentd409fa6b7c1bfcda75a320f8b7153ab5ea2fe440
[examples] Add a Notebook case

Embedding a Stage inside a notebook leads to interesting results:

  - if you call clutter_actor_show() on the embedded stage
    you'll probably get an unembedded stage
  - you might get small artifacts

Let's update the gtk-clutter-multistage example by adding Notebook
and embedding three stages inside two different pages.
examples/gtk-clutter-multistage.c