[cluttermm] Added missing properties to Clutter::Stage.
- From: Chris Kühl <chriskuehl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cluttermm] Added missing properties to Clutter::Stage.
- Date: Tue, 18 Jan 2011 00:06:25 +0000 (UTC)
commit f1a4159389532c95f1058919e23e68099be7df71
Author: Chris Kühl <chrisk openismus com>
Date: Tue Jan 18 00:52:31 2011 +0100
Added missing properties to Clutter::Stage.
*clutter/src/stage.hg: Added missing properties.
ChangeLog | 6 ++++++
clutter/src/stage.hg | 6 +++++-
2 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4838c04..c75f404 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-18 Chris Kühl <chrisk openismus com>
+
+ Added missing properties to Clutter::Stage.
+
+ *clutter/src/stage.hg: Added missing properties.
+
2011-01-15 Chris Kühl <chrisk openismus com>
Added constness to *Layout accessor member functions.
diff --git a/clutter/src/stage.hg b/clutter/src/stage.hg
index 11c0369..9f72a6c 100644
--- a/clutter/src/stage.hg
+++ b/clutter/src/stage.hg
@@ -134,11 +134,15 @@ public:
_WRAP_PROPERTY("color", Color)
_WRAP_PROPERTY("cursor-visible", bool)
- _WRAP_PROPERTY("fullscreen", bool)
+ _WRAP_PROPERTY("fullscreen-set", bool)
_WRAP_PROPERTY("offscreen", bool)
+ _WRAP_PROPERTY("perspective", Perspective)
_WRAP_PROPERTY("title", Glib::ustring)
_WRAP_PROPERTY("use-fog", bool)
_WRAP_PROPERTY("user-resizable", bool)
+ _WRAP_PROPERTY("fog", Fog)
+ _WRAP_PROPERTY("use-alpha", bool)
+ _WRAP_PROPERTY("key-focus", Glib::RefPtr<Actor>)
protected:
// From the Clutter Docs:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]