[cluttermm] Wrapped ActorBox's clamp_to_pixel method.
- From: Chris Kühl <chriskuehl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cluttermm] Wrapped ActorBox's clamp_to_pixel method.
- Date: Mon, 31 Jan 2011 01:16:40 +0000 (UTC)
commit c54ebdcd374d64ac70aed8f3037e4b2cb7e1cbeb
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 68ff3f3..f032505 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 0c0f6ab..c55f466 100644
--- a/clutter/src/actor.hg
+++ b/clutter/src/actor.hg
@@ -48,6 +48,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]