svn path=/trunk/gtk-sharp/; revision=97055
This commit is contained in:
Mike Kestner 2008-03-01 03:16:15 +00:00
parent b47d14c207
commit 71cb04dfc1

View File

@ -1917,7 +1917,7 @@ Gdk.Pixbuf pb = new Gdk.Pixbuf(buffer, 10, 10);
<param name="height">Height of the image in pixels.</param>
<param name="rowstride">The rowstride is the number of bytes consumed by a single row in the image.</param>
<summary>Public constructor.</summary>
<remarks>The image must be in RGB format or RGBA format, where each channel takes one byte.
<remarks>The image must be in RGB format or RGBA format, where each channel takes one byte.</remarks>
<since version="Gtk# 2.10" />
</Docs>
</Member>
@ -1940,7 +1940,7 @@ Gdk.Pixbuf pb = new Gdk.Pixbuf(buffer, 10, 10);
<param name="height">Height of the image in pixels.</param>
<param name="rowstride">The rowstride is the number of bytes consumed by a single row in the image.</param>
<summary>Public constructor.</summary>
<remarks>The image must be in RGB format or RGBA format, where each channel takes one byte.
<remarks>The image must be in RGB format or RGBA format, where each channel takes one byte.</remarks>
<since version="Gtk# 2.10" />
</Docs>
</Member>