[gtksourceviewmm] Add properties 'scale' and 'scale-set' to Gsv::Style



commit 20945fc16e3fa0cab97846f3e42ff7c7d299444d
Author: Christoph Brill <egore911 gmail com>
Date:   Sun May 10 20:15:54 2015 +0200

    Add properties 'scale' and 'scale-set' to Gsv::Style

 gtksourceview/src/style.hg |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gtksourceview/src/style.hg b/gtksourceview/src/style.hg
index 631bd79..c8c7ad9 100644
--- a/gtksourceview/src/style.hg
+++ b/gtksourceview/src/style.hg
@@ -56,6 +56,8 @@ public:
   _WRAP_PROPERTY("strikethrough-set", bool)
   _WRAP_PROPERTY("underline", bool)
   _WRAP_PROPERTY("underline-set", bool)
+  _WRAP_PROPERTY("scale", Glib::ustring)
+  _WRAP_PROPERTY("scale-set", bool)
 };
 
 }//end namespace Gsv


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