a few docs plus some whitespace

svn path=/trunk/gtk-sharp/; revision=97051
This commit is contained in:
Mike Kestner 2008-03-01 02:48:41 +00:00
parent 3529dd94de
commit b92889aad5
5 changed files with 74 additions and 9 deletions

View File

@ -116,5 +116,22 @@
<since version="Gtk# 2.4" />
</Docs>
</Member>
<Member MemberName="New">
<MemberSignature Language="C#" Value="public static Gdk.Event New (IntPtr raw);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>Gdk.Event</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="raw" Type="System.IntPtr" />
</Parameters>
<Docs>
<param name="raw">Native event pointer.</param>
<summary>Creates a managed event from a native pointer.</summary>
<returns>A managed event instance.</returns>
<remarks />
<since version="Gtk# 2.10" />
</Docs>
</Member>
</Members>
</Type>

View File

@ -1896,5 +1896,53 @@ Gdk.Pixbuf pb = new Gdk.Pixbuf(buffer, 10, 10);
<since version="Gtk# 2.12" />
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public Pixbuf (byte[] data, Gdk.Colorspace colorspace, bool has_alpha, int bits_per_sample, int width, int height, int rowstride);" />
<MemberType>Constructor</MemberType>
<Parameters>
<Parameter Name="data" Type="System.Byte[]" />
<Parameter Name="colorspace" Type="Gdk.Colorspace" />
<Parameter Name="has_alpha" Type="System.Boolean" />
<Parameter Name="bits_per_sample" Type="System.Int32" />
<Parameter Name="width" Type="System.Int32" />
<Parameter Name="height" Type="System.Int32" />
<Parameter Name="rowstride" Type="System.Int32" />
</Parameters>
<Docs>
<param name="data">The data that contains the image in RGB or RGBA format.</param>
<param name="colorspace">The <see cref="T:Gdk.Colorspace" /> for the image data.</param>
<param name="has_alpha">Whether the data contains an alpha channel (RGBA format).</param>
<param name="bits_per_sample">Currently only 8 is supported (1 byte per channel).</param>
<param name="width">Width of the image in pixels.</param>
<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.
<since version="Gtk# 2.10" />
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public Pixbuf (byte[] data, bool has_alpha, int bits_per_sample, int width, int height, int rowstride);" />
<MemberType>Constructor</MemberType>
<Parameters>
<Parameter Name="data" Type="System.Byte[]" />
<Parameter Name="has_alpha" Type="System.Boolean" />
<Parameter Name="bits_per_sample" Type="System.Int32" />
<Parameter Name="width" Type="System.Int32" />
<Parameter Name="height" Type="System.Int32" />
<Parameter Name="rowstride" Type="System.Int32" />
</Parameters>
<Docs>
<param name="data">The data that contains the image in RGB or RGBA format.</param>
<param name="has_alpha">Whether the data contains an alpha channel (RGBA format).</param>
<param name="bits_per_sample">Currently only 8 is supported (1 byte per channel).</param>
<param name="width">Width of the image in pixels.</param>
<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.
<since version="Gtk# 2.10" />
</Docs>
</Member>
</Members>
</Type>

View File

@ -68,7 +68,7 @@
<param name="child_setup">Child setup callback.</param>
<param name="child_pid">Returns the child process id.</param>
<summary>Spawns a process on a screen using argument and environment lists.</summary>
<returns>If <see langword="true"/>, the process was spawned successfully.</returns>
<returns>If <see langword="true" />, the process was spawned successfully.</returns>
<remarks />
<since version="Gtk# 2.12" />
</Docs>
@ -103,7 +103,7 @@
<param name="standard_output">Returns a stdout pipe.</param>
<param name="standard_error">Returns a stderr pipe.</param>
<summary>Spawns a process on a screen using argument and environment lists.</summary>
<returns>If <see langword="true"/>, the process was spawned successfully.</returns>
<returns>If <see langword="true" />, the process was spawned successfully.</returns>
<remarks />
<since version="Gtk# 2.12" />
</Docs>

View File

@ -2103,7 +2103,7 @@ The color must be allocated;
<Docs>
<summary>Emits a short beep.</summary>
<remarks />
<since version="Gtk# 2.12" />
<since version="Gtk# 2.12" />
</Docs>
</Member>
<Member MemberName="Composited">
@ -2114,9 +2114,9 @@ The color must be allocated;
</ReturnValue>
<Docs>
<summary>Sets Composited indicator of window.</summary>
<value>If <see langword="true"/> window is composited.</value>
<value>If <see langword="true" /> window is composited.</value>
<remarks>Composited windows are not automatically drawn to the screen, but are instead rendered to an offscreen buffer and an expose event is sent to the window's parent.</remarks>
<since version="Gtk# 2.12" />
<since version="Gtk# 2.12" />
</Docs>
</Member>
<Member MemberName="Opacity">
@ -2129,7 +2129,7 @@ The color must be allocated;
<summary>Opacity Property.</summary>
<value>A double between 0 and 1.</value>
<remarks />
<since version="Gtk# 2.12" />
<since version="Gtk# 2.12" />
</Docs>
</Member>
<Member MemberName="StartupId">
@ -2141,8 +2141,8 @@ The color must be allocated;
<Docs>
<summary>Startup notification ID.</summary>
<value>A string.</value>
<remarks>When using Gtk, consider using <see cref="M:Gtk.Window.StartupId"/> instead.</remarks>
<since version="Gtk# 2.12" />
<remarks>When using Gtk, consider using <see cref="M:Gtk.Window.StartupId" /> instead.</remarks>
<since version="Gtk# 2.12" />
</Docs>
</Member>
</Members>

View File

@ -135,7 +135,7 @@
</ReturnValue>
<Docs>
<summary>Honor the TypeHint field.</summary>
<since version="Gtk# 2.12" />
<since version="Gtk# 2.12" />
</Docs>
</Member>
</Members>