[gtksourceviewmm] Change constants' docs in SourceView.



commit 953762f0662d3df26b2ea5d1590c51fe076ef373
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Fri Feb 26 14:22:45 2010 +0100

    Change constants' docs in SourceView.
    
    * gtksourceview/src/sourceview.hg: The docs of
    gutter_position_lines and gutter_position_marks were taken from
    C library.

 gtksourceview/src/sourceview.hg |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtksourceview/src/sourceview.hg b/gtksourceview/src/sourceview.hg
index ba257bd..f3e72e9 100644
--- a/gtksourceview/src/sourceview.hg
+++ b/gtksourceview/src/sourceview.hg
@@ -83,9 +83,9 @@ class SourceView : public Gtk::TextView
   _CLASS_GTKOBJECT(SourceView, GtkSourceView, GTK_SOURCE_VIEW, Gtk::TextView, GtkTextView)
 
 public:
-  /// Position of a builtin line number renderer in gutter.
+  /// The gutter position of the lines renderer.
   static const int gutter_position_lines = -30;
-  /// Position of a builtin marks renderer in gutter.
+  /// The gutter position of the marks renderer.
   static const int gutter_position_marks = -20;
 
   /** Creates a new SourceView.



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