From c129c3dd99d32aea1220cfeba66d3875584bc547 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Wed, 23 Jun 2004 21:01:20 +0000 Subject: [PATCH] Patches from Todd Berman svn path=/trunk/gtk-sharp/; revision=30244 --- doc/en/Gtk/TextIter.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/en/Gtk/TextIter.xml b/doc/en/Gtk/TextIter.xml index 10639ee94..ed46994c2 100644 --- a/doc/en/Gtk/TextIter.xml +++ b/doc/en/Gtk/TextIter.xml @@ -838,9 +838,9 @@ System.Int32 - To be added - To be added: an object of type 'int' - To be added + Number of characters in the TextIter's line. + Returns the number of characters in the TextIter's current line. + None. @@ -877,9 +877,9 @@ System.String - To be added - To be added: an object of type 'string' - To be added + Character the TextIter points to. + a 1 character length string container the character pointed to by the TextIter + Even though this property returns a string, it will never hold more than a single character. @@ -891,10 +891,10 @@ - To be added - To be added: an object of type 'int' - To be added: an object of type 'int' - To be added + Manipulates the offset from the start of the buffer. + Moves the iter to the offset provided. + Returns the offset of the iter from the start of the buffer. + None.