2.0: Remove deprecated API from ClutterBoxLayout

This commit is contained in:
Emmanuele Bassi
2012-08-24 10:42:26 +01:00
parent ad4d475d3a
commit b3dfa71ca5
6 changed files with 52 additions and 1793 deletions

View File

@ -180,9 +180,8 @@ main (int argc, char *argv[])
clutter_actor_show (stage);
g_signal_connect (stage, "destroy", G_CALLBACK (clutter_main_quit), NULL);
/* this is our BinLayout, with its default alignments */
layout = clutter_bin_layout_new (CLUTTER_BIN_ALIGNMENT_CENTER,
CLUTTER_BIN_ALIGNMENT_CENTER);
/* this is our BinLayout */
layout = clutter_bin_layout_new ();
/* the main container; this actor will use the BinLayout to lay
* out its children; we use the anchor point to keep it centered