gtksourceviewmm r72 - in trunk: . gtksourceview/src



Author: murrayc
Date: Thu Oct  9 15:24:17 2008
New Revision: 72
URL: http://svn.gnome.org/viewvc/gtksourceviewmm?rev=72&view=rev

Log:
2008-10-09  Murray Cumming  <murrayc murrayc com>

* gtksourceview/src/sourcebuffer.hg: Wrapped properties.

Modified:
   trunk/ChangeLog
   trunk/gtksourceview/src/sourcebuffer.hg

Modified: trunk/gtksourceview/src/sourcebuffer.hg
==============================================================================
--- trunk/gtksourceview/src/sourcebuffer.hg	(original)
+++ trunk/gtksourceview/src/sourcebuffer.hg	Thu Oct  9 15:24:17 2008
@@ -303,6 +303,14 @@
   /// \param category the category of the marks to consider.
   _WRAP_METHOD(void remove_source_marks(const Gtk::TextIter& start, const Gtk::TextIter& end, const Glib::ustring& category), gtk_source_buffer_remove_source_marks)
 
+  _WRAP_PROPERTY("highlight-syntax", bool)
+  _WRAP_PROPERTY("highlight-matching-brackets", bool)
+  _WRAP_PROPERTY("max-undo-levels", int)
+  _WRAP_PROPERTY("language", Glib::RefPtr<SourceLanguage>)
+  _WRAP_PROPERTY("can-undo", bool)
+  _WRAP_PROPERTY("can-redo", bool)
+  _WRAP_PROPERTY("style_scheme", Glib::RefPtr<SourceStyleScheme>)
+
   /// \name signals
   /// @{
 



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