gnomemm r1285 - in cluttermm/trunk: . clutter/src
- From: jjongsma svn gnome org
- To: svn-commits-list gnome org
- Subject: gnomemm r1285 - in cluttermm/trunk: . clutter/src
- Date: Sun, 20 Jan 2008 03:01:00 +0000 (GMT)
Author: jjongsma
Date: Sun Jan 20 03:01:00 2008
New Revision: 1285
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1285&view=rev
Log:
* clutter/src/behaviour-scale.hg: update get_bounds() API that now takes a
start and end instead of an angle
Modified:
cluttermm/trunk/ChangeLog
cluttermm/trunk/clutter/src/behaviour-scale.hg
Modified: cluttermm/trunk/clutter/src/behaviour-scale.hg
==============================================================================
--- cluttermm/trunk/clutter/src/behaviour-scale.hg (original)
+++ cluttermm/trunk/clutter/src/behaviour-scale.hg Sun Jan 20 03:01:00 2008
@@ -38,8 +38,8 @@
_WRAP_CREATE(const Glib::RefPtr<Alpha>& alpha, double scale_start, double scale_end, Gravity gravity)
_WRAP_CREATE(const Glib::RefPtr<Alpha>& alpha, Fixed scale_start, Fixed scale_end, Gravity gravity)
- _WRAP_METHOD(void get_bounds(double& angle_begin, double& angle_end) const, clutter_behaviour_scale_get_bounds)
- _WRAP_METHOD(void get_boundsx(Fixed& angle_begin, Fixed& angle_end) const, clutter_behaviour_scale_get_boundsx)
+ _WRAP_METHOD(void get_bounds(double& x_scale_start, double& y_scale_start, double& x_scale_end, double& y_scale_end) const, clutter_behaviour_scale_get_bounds)
+ _WRAP_METHOD(void get_boundsx(Fixed& x_scale_start, Fixed& y_scale_start, Fixed& x_scale_end, Fixed& y_scale_enend const, clutter_behaviour_scale_get_boundsx)
_WRAP_METHOD(Gravity get_gravity() const, clutter_behaviour_scale_get_gravity)
_WRAP_PROPERTY("scale-end", double)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]