[gtkmm] Stack: Wrap hhomogeneous and vhomogeneous properties
- From: Juan R. Garcia Blanco <juanrgar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Stack: Wrap hhomogeneous and vhomogeneous properties
- Date: Mon, 15 Dec 2014 20:12:23 +0000 (UTC)
commit 5ba82f6247b1eaaacd4962d6da790ec3b96b4c58
Author: Juan R. GarcĂa Blanco <juanrgar gmail com>
Date: Mon Dec 15 21:10:34 2014 +0100
Stack: Wrap hhomogeneous and vhomogeneous properties
gtk/src/stack.hg | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/gtk/src/stack.hg b/gtk/src/stack.hg
index 8d0e195..cd9c541 100644
--- a/gtk/src/stack.hg
+++ b/gtk/src/stack.hg
@@ -70,6 +70,12 @@ public:
_WRAP_METHOD(void set_homogeneous(bool homogeneous = true), gtk_stack_set_homogeneous)
_WRAP_METHOD(bool get_homogeneous() const, gtk_stack_get_homogeneous)
+ _WRAP_METHOD(void set_hhomogeneous(bool hhomogeneous = true), gtk_stack_set_hhomogeneous)
+ _WRAP_METHOD(bool get_hhomogeneous() const, gtk_stack_get_hhomogeneous)
+
+ _WRAP_METHOD(void set_vhomogeneous(bool vhomogeneous = true), gtk_stack_set_vhomogeneous)
+ _WRAP_METHOD(bool get_vhomogeneous() const, gtk_stack_get_vhomogeneous)
+
_WRAP_METHOD(void set_transition_duration(guint duration), gtk_stack_set_transition_duration)
_WRAP_METHOD(guint get_transition_duration() const, gtk_stack_get_transition_duration)
@@ -83,9 +89,11 @@ public:
_WRAP_METHOD(const Widget* get_child_by_name(const Glib::ustring& name) const,
gtk_stack_get_child_by_name, constversion)
_WRAP_PROPERTY("homogeneous", bool)
+ _WRAP_PROPERTY("hhomogeneous", bool)
_WRAP_PROPERTY("transition-duration", unsigned int)
_WRAP_PROPERTY("transition-running", bool)
_WRAP_PROPERTY("transition-type", StackTransitionType)
+ _WRAP_PROPERTY("vhomogeneous", bool)
_WRAP_PROPERTY("visible-child", Widget*)
_WRAP_PROPERTY("visible-child-name", Glib::ustring)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]