2008-02-07 Emmanuele Bassi <ebassi@openedhand.com>
authorEmmanuele Bassi <ebassi@openedhand.com>
Thu, 7 Feb 2008 16:53:46 +0000 (16:53 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Thu, 7 Feb 2008 16:53:46 +0000 (16:53 +0000)
* clutter-gtk/gtk-clutter-embed.c: Explicitly note that you should
never call clutter_actor_set_size() on the embedded stage, but
call gtk_widget_set_size_request() on the widget itself to
resize the stage.

ChangeLog
clutter-gtk/gtk-clutter-embed.c

index 7736c3d..1704460 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-02-07  Emmanuele Bassi  <ebassi@openedhand.com>
+
+       * clutter-gtk/gtk-clutter-embed.c: Explicitly note that you should
+       never call clutter_actor_set_size() on the embedded stage, but
+       call gtk_widget_set_size_request() on the widget itself to
+       resize the stage.
+
 2008-01-25  Emmanuele Bassi  <ebassi@openedhand.com>
 
        * README:
index fd449e8..80c6907 100644 (file)
  * a #GtkClutterEmbed widget is possible to build, show and interact with
  * a scene built using Clutter inside a GTK+ application.
  *
+ * <note>You should never resize the #ClutterStage embedded into the
+ * #GtkClutterEmbed widget. Instead, resize the widget using
+ * gtk_widget_set_size_request().</note>
+ *
  * Since: 0.6
  */