[gtkmm] Assistant: Wrap new ::use-header-bar property



commit ef52c9f484dd2e498ed3f19e8dc8bdaf23373f83
Author: Juan R. GarcĂ­a Blanco <juanrgar gmail com>
Date:   Sun Feb 23 13:14:26 2014 +0100

    Assistant: Wrap new ::use-header-bar property
    
        * Add ::use-header-bar read-only property

 gtk/src/assistant.hg |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gtk/src/assistant.hg b/gtk/src/assistant.hg
index fe8bfec..c3cfdc9 100644
--- a/gtk/src/assistant.hg
+++ b/gtk/src/assistant.hg
@@ -90,6 +90,8 @@ public:
   _WRAP_SIGNAL(void close(), "close")
   _WRAP_SIGNAL(void cancel(), "cancel")
 
+  _WRAP_PROPERTY("use-header-bar", bool)
+
   //There are no normal properties.
   //TODO: Child properties?
 };


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]