[gtkmm] Notebook, CellRendererText: Added missing properties.



commit 2131fbfebff8de449d55b5018c1de9577fa80d8c
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Jul 21 09:54:59 2011 +0200

    Notebook, CellRendererText: Added missing properties.
    
    * gtk/src/cellrenderertext.hg: Added max-width-chars and align-set properties.
    * gtk/src/notebook.hg: Added enable-popup property.

 ChangeLog                   |    7 +++++++
 gtk/src/cellrenderertext.hg |    2 ++
 gtk/src/notebook.hg         |    1 +
 3 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 94e7096..30f3ea1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2011-07-21  Murray Cumming  <murrayc murrayc com>
 
+	Notebook, CellRendererText: Added missing properties.
+	
+	* gtk/src/cellrenderertext.hg: Added max-width-chars and align-set properties.
+	* gtk/src/notebook.hg: Added enable-popup property.
+
+2011-07-21  Murray Cumming  <murrayc murrayc com>
+
 	ProgressBar and CellRendererProgress: Add properties.
 
 	* gtk/src/cellrendererprogress.hg: Add inverted property.
diff --git a/gtk/src/cellrenderertext.hg b/gtk/src/cellrenderertext.hg
index 1e032d0..b4de5e7 100644
--- a/gtk/src/cellrenderertext.hg
+++ b/gtk/src/cellrenderertext.hg
@@ -68,6 +68,7 @@ public:
   _WRAP_PROPERTY("language", Glib::ustring)
   _WRAP_PROPERTY("ellipsize", Pango::EllipsizeMode)
   _WRAP_PROPERTY("width-chars", int)
+  _WRAP_PROPERTY("max-width-chars", int)
   _WRAP_PROPERTY("wrap-mode", Pango::WrapMode)
   _WRAP_PROPERTY("wrap-width", int)
   _WRAP_PROPERTY("alignment", Pango::Alignment)
@@ -87,6 +88,7 @@ public:
   _WRAP_PROPERTY("language-set", bool)
   _WRAP_PROPERTY("ellipsize-set", bool)
   _WRAP_PROPERTY("single-paragraph-mode", bool)
+  _WRAP_PROPERTY("align-set", bool)
 
   virtual Glib::PropertyProxy_Base _property_renderable();
 
diff --git a/gtk/src/notebook.hg b/gtk/src/notebook.hg
index dfe8e7a..57de44f 100644
--- a/gtk/src/notebook.hg
+++ b/gtk/src/notebook.hg
@@ -161,6 +161,7 @@ public:
   _WRAP_PROPERTY("scrollable", bool)
   _WRAP_PROPERTY("page", int)
   _WRAP_PROPERTY("group-name", Glib::ustring)
+  _WRAP_PROPERTY("enable-popup", bool)
 
   //TODO: Wrap the child properties, such as tab-fill and tab-expand.
 };



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