[cluttermm] Added previously removed pick_vfunc to Actor class.
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cluttermm] Added previously removed pick_vfunc to Actor class.
- Date: Fri, 27 Aug 2010 14:37:29 +0000 (UTC)
commit 793eabbf9bf12297ec30ea675d3fbd01992b4f9b
Author: Chris Kühl <chrisk openismus com>
Date: Fri Aug 27 14:05:37 2010 +0200
Added previously removed pick_vfunc to Actor class.
* clutter/src/action.hg: One-liner to add back pick_vfunc.
ChangeLog | 6 ++++++
clutter/src/actor.hg | 1 +
2 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 61464d2..f1f1a56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-27 Chris Kühl <chrisk openismus com>
+
+ Added previously removed pick_vfunc to Actor class.
+
+ * clutter/src/action.hg: One-liner to add back pick_vfunc.
+
2010-08-02 Murray Cumming <murrayc murrayc com>
Added Effect and related Actor methods.
diff --git a/clutter/src/actor.hg b/clutter/src/actor.hg
index db30e03..7ce47e5 100644
--- a/clutter/src/actor.hg
+++ b/clutter/src/actor.hg
@@ -376,6 +376,7 @@ protected:
// the float* being NULL.
#m4 _CONVERSION(`float*', `float&', `*($3)')
#m4 _CONVERSION(`const ClutterActorBox*', `const ActorBox&', `Glib::wrap($3)')
+ _WRAP_VFUNC(void pick(const Color& color), "pick")
_WRAP_VFUNC(void get_preferred_width(float for_height, float& min_width_p, float& natural_width_p) const, "get_preferred_width")
_WRAP_VFUNC(void get_preferred_height(float for_width, float& min_height_p, float& natural_height_p) const, "get_preferred_height")
_WRAP_VFUNC(void allocate(const ActorBox& box, AllocationFlags absolute_origin_changed), "allocate")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]