[gtksourceviewmm/devel: 21/26] Wrap properties in SourceStyle.



commit 467502c8f4a4e656a08a96ad32d9f78afab0d0b3
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Wed Jan 6 01:20:35 2010 +0100

    Wrap properties in SourceStyle.
    
    * gtksourceview/src/sourcestyle.hg: Wrapped missing properties.

 gtksourceview/src/sourcestyle.hg |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/gtksourceview/src/sourcestyle.hg b/gtksourceview/src/sourcestyle.hg
index e13b620..93276b0 100644
--- a/gtksourceview/src/sourcestyle.hg
+++ b/gtksourceview/src/sourcestyle.hg
@@ -33,6 +33,21 @@ class SourceStyle : public Glib::Object
 public:
 
   _WRAP_METHOD(Glib::RefPtr<SourceStyle> copy() const, gtk_source_style_copy)
+
+  _WRAP_PROPERTY("background", Glib::ustring)
+  _WRAP_PROPERTY("background-set", bool)
+  _WRAP_PROPERTY("bold", bool)
+  _WRAP_PROPERTY("bold-set", bool)
+  _WRAP_PROPERTY("foreground", Glib::ustring)
+  _WRAP_PROPERTY("foreground-set", bool)
+  _WRAP_PROPERTY("italic", bool)
+  _WRAP_PROPERTY("italic-set", bool)
+  _WRAP_PROPERTY("line-background", Glib::ustring)
+  _WRAP_PROPERTY("line-background-set", bool)
+  _WRAP_PROPERTY("strikethrough", bool)
+  _WRAP_PROPERTY("strikethrough-set", bool)
+  _WRAP_PROPERTY("underline", bool)
+  _WRAP_PROPERTY("underline-set", bool)
 };
 
 }//end namespace gtksourceview



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