mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 18:25:28 +00:00
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:
parent
eea63d0087
commit
f9675851e9
|
@ -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.
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue