[cluttermm] Actor: Adds get and set z_position.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cluttermm] Actor: Adds get and set z_position.
- Date: Wed, 26 Mar 2014 09:07:48 +0000 (UTC)
commit 5811f78edb463e0b345b55f8f9fb807e0d65c4ae
Author: Ian Martin <martin_id vodafone co nz>
Date: Wed Mar 26 12:49:32 2014 +1300
Actor: Adds get and set z_position.
clutter/src/actor.hg | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/clutter/src/actor.hg b/clutter/src/actor.hg
index a61a270..cf6fc57 100644
--- a/clutter/src/actor.hg
+++ b/clutter/src/actor.hg
@@ -148,6 +148,8 @@ _DEPRECATE_IFDEF_END
_WRAP_METHOD(float get_x() const, clutter_actor_get_x)
_WRAP_METHOD(void set_y(float y), clutter_actor_set_y)
_WRAP_METHOD(float get_y() const, clutter_actor_get_y)
+ _WRAP_METHOD(void set_z_position(float z_position), clutter_actor_set_z_position)
+ _WRAP_METHOD(float get_z_position() const, clutter_actor_get_z_position)
_WRAP_METHOD(void set_x_align(ActorAlign x_align), clutter_actor_set_x_align)
_WRAP_METHOD(ActorAlign get_x_align() const, clutter_actor_get_x_align)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]