[cluttermm] BoxLayout: Remove deprecated pack() method.



commit 66905902bcb326fee8acd6310ddf479010c38363
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Apr 22 12:44:50 2014 +0200

    BoxLayout: Remove deprecated pack() method.

 clutter/src/box-layout.hg |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/clutter/src/box-layout.hg b/clutter/src/box-layout.hg
index 7690bf7..b6ec0ce 100644
--- a/clutter/src/box-layout.hg
+++ b/clutter/src/box-layout.hg
@@ -47,7 +47,6 @@ public:
   _WRAP_METHOD(void set_homogeneous(bool homogeneous), clutter_box_layout_set_homogeneous)
   _WRAP_METHOD(bool get_homogeneous() const, clutter_box_layout_get_homogeneous)
 
-  _WRAP_METHOD(void pack(const Glib::RefPtr<Actor>&, bool expand, bool x_fill, bool y_fill, BoxAlignment 
x_align, BoxAlignment y_align), clutter_box_layout_pack)
   _WRAP_PROPERTY("homogeneous", bool)
   _WRAP_PROPERTY("orientation", Orientation)
   _WRAP_PROPERTY("pack-start", bool)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]