Emmanuele Bassi
1c01554e6a
cookbook: Begin porting examples to the new API
...
Start dropping the usage of deprecated classes and API.
2012-01-24 15:01:00 +00:00
nobled
aece642adb
doc: fix clutter_init() usage in examples
...
Make sure users get the idea that clutter_init()
has a return value that needs to be checked.
These were fixed via sed magic:
sed -i -s -e "s/clutter_init (.*)/\
if (& != CLUTTER_INIT_SUCCESS)\n return 1/"\
doc/*/*/*.{c,xml} doc/*/*.xml
http://bugzilla.clutter-project.org/show_bug.cgi?id=2574
2011-02-28 14:10:05 +00:00
Elliot Smith
f63158c2a2
docs: Don't use clutter_stage_get_default()
...
clutter_stage_get_new() is the recommended way to
get a stage instance, so use that instead.
2011-01-31 12:18:58 +00:00
Elliot Smith
3f64137a79
docs: Change text on button
...
Modify the text shown on the button to "hello / world"
rather than "winkle / pickers". Slightly more
sensible.
2011-01-31 11:06:01 +00:00
Elliot Smith
18b90f100c
docs: Don't set explicit size on button
...
Rather than set a size on the CbButton instance, let it
size itself automatically, based on the size requisition
functions.
2011-01-31 10:08:07 +00:00
Elliot Smith
8a5967f0cc
docs: Add custom ClutterActor example which uses composition
2011-01-31 10:08:07 +00:00