2004-06-24 Mike Kestner <mkestner@ximian.com>

* en/Pango/Layout.xml : document IndexToPosition.

svn path=/trunk/gtk-sharp/; revision=30334
This commit is contained in:
Mike Kestner 2004-06-24 20:11:04 +00:00
parent eea63d0087
commit f9675851e9
2 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2004-06-24 Mike Kestner <mkestner@ximian.com>
* en/Pango/Layout.xml : document IndexToPosition.
2004-06-24 Mike Kestner <mkestner@ximian.com>
* en/GLib/Timeout.xml : finish the class and Add docs.

View File

@ -548,10 +548,14 @@ class LayoutSample : DrawingArea
<Parameter Name="index_" Type="System.Int32" />
</Parameters>
<Docs>
<summary>To be added</summary>
<param name="index_">a <see cref="T:System.Int32" /></param>
<returns>a <see cref="T:Pango.Rectangle" /></returns>
<remarks>To be added</remarks>
<summary>Obtains the graphical position of an offset in the <see cref="T:Pango.Layout" />.</summary>
<param name="index_">a byte offset within the text buffer.</param>
<returns>a <see cref="T:Pango.Rectangle" /> representing the position of the grapheme associated with <paramref name="index_" />.</returns>
<remarks>
<para>
The X coordinate of the resulting <see cref="T:Pango.Rectangle" /> represents the leading edge of the grapheme. If the direction of the grapheme is right to left, the Width value will be negative.
</para>
</remarks>
</Docs>
</Member>
<Member MemberName="GetLogAttrs">