[gtkmm] Gtk::Entry: Add the populate_all property.



commit 5230f74577c7af2616e126564ab6fbe365bf15b1
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Apr 1 18:28:22 2013 +0200

    Gtk::Entry: Add the populate_all property.
    
    * gtk/src/entry: Wrap the new
    populate-all property.

 ChangeLog        |    7 +++++++
 gtk/src/entry.hg |    1 +
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 12098c6..4f71302 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2013-04-01  Murray Cumming  <murrayc murrayc com>
 
+       Gtk::Entry: Add the populate_all property.
+       
+       * gtk/src/entry: Wrap the new
+       populate-all property.
+
+2013-04-01  Murray Cumming  <murrayc murrayc com>
+
        Gdk::Window: Add get/set_fullscreen_mode().
        
        * gdk/src/window.hg: Wrap the new
diff --git a/gtk/src/entry.hg b/gtk/src/entry.hg
index 7afab64..711f96c 100644
--- a/gtk/src/entry.hg
+++ b/gtk/src/entry.hg
@@ -288,6 +288,7 @@ public:
   _WRAP_PROPERTY("completion", Glib::RefPtr<EntryCompletion>)
   _WRAP_PROPERTY("input-purpose", InputPurpose)
   _WRAP_PROPERTY("input-hints", InputHints)
+  _WRAP_PROPERTY("populate-all", bool)
 };
 
 } //namespace Gtk


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