The Box.layout_manager property has been removed in commit
81cade2a
and broke code using old clutter versions.
public Clutter.Color color { get; set; }
[NoAccessorMethod]
public bool color_set { get; set; }
+ public Clutter.LayoutManager layout_manager { get; set; }
}
[CCode (cheader_filename = "clutter/clutter.h", type_id = "clutter_box_layout_get_type ()")]
public class BoxLayout : Clutter.LayoutManager {
public virtual void redraw (Clutter.Stage stage);
}
+ [CCode (cheader_filename = "clutter/clutter.h", type_id = "clutter_box_get_type ()")]
+ public class Box : Clutter.Actor {
+ public Clutter.LayoutManager layout_manager { get; set; }
+ }
+
[CCode (type_id = "CLUTTER_TYPE_COLOR", cheader_filename = "clutter/clutter.h")]
public struct Color {
public static GLib.HashFunc hash;