[gtkmm] Gtk::Image: Add the resource property.



commit cdcecb914a2139bd49667ae76a6054c503f06ab6
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Apr 1 19:14:16 2013 +0200

    Gtk::Image: Add the resource property.
    
        * gtk/src/image.hg: Wrap the new
        resource property.

 ChangeLog        |    7 +++++++
 gtk/src/image.hg |    1 +
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index bb9f534..08c2018 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2013-04-01  Murray Cumming  <murrayc murrayc com>
 
+       Gtk::Image: Add the resource property.
+       
+       * gtk/src/image.hg: Wrap the new
+       resource property.
+
+2013-04-01  Murray Cumming  <murrayc murrayc com>
+
        Gtk::TreeView: Add get/set_activate_on_single_click().
        
        * gtk/src/treeview.hg: Wrap the new
diff --git a/gtk/src/image.hg b/gtk/src/image.hg
index dfbd81b..ffd5ba5 100644
--- a/gtk/src/image.hg
+++ b/gtk/src/image.hg
@@ -156,6 +156,7 @@ public:
   _WRAP_PROPERTY("storage-type", ImageType)
   _WRAP_PROPERTY("gicon", Glib::RefPtr<Gio::Icon>)
   _WRAP_PROPERTY("use-fallback", bool)
+  _WRAP_PROPERTY("resource", std::string)
 };
 
 } //namespace Gtk


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