[cluttermm/cluttermm-1.2] Wrapped ActorBox's clamp_to_pixel method.



commit 9886d767b542bea351506781501a25df20616854
Author: Chris Kühl <chrisk openismus com>
Date:   Mon Jan 31 02:12:20 2011 +0100

    Wrapped ActorBox's clamp_to_pixel method.
    
    * clutter/src/actor.hg: Wrapped new method.

 ChangeLog            |    6 ++++++
 clutter/src/actor.hg |    2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b565b09..8671229 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-01-31  Chris Kühl  <chrisk openismus com>
 
+	Wrapped ActorBox's clamp_to_pixel method.
+
+	* clutter/src/actor.hg: Wrapped new method.
+
+2011-01-31  Chris Kühl  <chrisk openismus com>
+
 	Wrapped ActorBox's get_[origin|size|area] & contains methods.
 
 	* clutter/src/actor.hg: Wrapped new methods, moved conversion.
diff --git a/clutter/src/actor.hg b/clutter/src/actor.hg
index afff51c..01f0a20 100644
--- a/clutter/src/actor.hg
+++ b/clutter/src/actor.hg
@@ -45,6 +45,8 @@ public:
   _WRAP_METHOD(float get_area() const, clutter_actor_box_get_area)
   _WRAP_METHOD(bool contains(float x, float y) const, clutter_actor_box_contains)
 
+  _WRAP_METHOD(void clamp_to_pixel(), clutter_actor_box_clamp_to_pixel)
+
   _MEMBER_GET(x1, x1, float, float)
   _MEMBER_SET(x1, x1, float, float)
   _MEMBER_GET(y1, y1, float, float)



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