2004-07-06 Peter Johanson <latexer@gentoo.org>

* en/Gnome/*.xml : docs for ColorPicker.

svn path=/trunk/gtk-sharp/; revision=30795
This commit is contained in:
Mike Kestner 2004-07-06 16:17:24 +00:00
parent 6b279784d4
commit 903e793727
3 changed files with 63 additions and 59 deletions

View file

@ -1,3 +1,7 @@
2004-07-06 Peter Johanson <latexer@gentoo.org>
* en/Gnome/*.xml : docs for ColorPicker.
2004-07-02 Mike Kestner <mkestner@ximian.com> 2004-07-02 Mike Kestner <mkestner@ximian.com>
* en/GLib/*.xml : more glib docs. * en/GLib/*.xml : more glib docs.

View file

@ -10,8 +10,8 @@
</AssemblyInfo> </AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement> <ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs> <Docs>
<summary>To be added</summary> <summary>A button for selecting a color.</summary>
<remarks>To be added</remarks> <remarks>ColorPicker provides a button for selecting a color. When pressed, a dialog is opened allowing the user to select a color.</remarks>
</Docs> </Docs>
<Base> <Base>
<BaseTypeName>Gtk.Button</BaseTypeName> <BaseTypeName>Gtk.Button</BaseTypeName>
@ -45,11 +45,11 @@
<Parameter Name="a" Type="System.Double" /> <Parameter Name="a" Type="System.Double" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Set the color in the widget.</summary>
<param name="r">To be added: an object of type 'double'</param> <param name="r">The red value to set.</param>
<param name="g">To be added: an object of type 'double'</param> <param name="g">The green value to set.</param>
<param name="b">To be added: an object of type 'double'</param> <param name="b">The blue value to set.</param>
<param name="a">To be added: an object of type 'double'</param> <param name="a">The alpha value to set.</param>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
</Member> </Member>
@ -66,11 +66,11 @@
<Parameter Name="a" Type="System.Byte" /> <Parameter Name="a" Type="System.Byte" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Set the color in the widget.</summary>
<param name="r">To be added: an object of type 'byte'</param> <param name="r">The red value to set.</param>
<param name="g">To be added: an object of type 'byte'</param> <param name="g">The green value to set.</param>
<param name="b">To be added: an object of type 'byte'</param> <param name="b">The blue value to set.</param>
<param name="a">To be added: an object of type 'byte'</param> <param name="a">The alpha value to set.</param>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
</Member> </Member>
@ -87,11 +87,11 @@
<Parameter Name="a" Type="System.UInt16" /> <Parameter Name="a" Type="System.UInt16" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Set the color in the widget.</summary>
<param name="r">To be added: an object of type 'ushort'</param> <param name="r">The red value to set.</param>
<param name="g">To be added: an object of type 'ushort'</param> <param name="g">The green value to set.</param>
<param name="b">To be added: an object of type 'ushort'</param> <param name="b">The blue value to set.</param>
<param name="a">To be added: an object of type 'ushort'</param> <param name="a">The alpha value to set.</param>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
</Member> </Member>
@ -129,7 +129,7 @@
<ReturnValue /> <ReturnValue />
<Parameters /> <Parameters />
<Docs> <Docs>
<summary>To be added</summary> <summary>Create a new ColorPicker widget.</summary>
<returns>To be added: an object of type 'Gnome.ColorPicker'</returns> <returns>To be added: an object of type 'Gnome.ColorPicker'</returns>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
@ -143,9 +143,9 @@
<Parameters> <Parameters>
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>The green value for the color in the widget.</summary>
<param name="value">To be added: an object of type 'uint'</param> <param name="value">Value of the color in the range from 0 to 65535. </param>
<returns>To be added: an object of type 'uint'</returns> <returns>The current value of the channel.</returns>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
</Member> </Member>
@ -158,9 +158,9 @@
<Parameters> <Parameters>
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>The alpha value for the color in the widget.</summary>
<param name="value">To be added: an object of type 'uint'</param> <param name="value">Value of the color in the range from 0 to 65535. </param>
<returns>To be added: an object of type 'uint'</returns> <returns>The current value of the channel.</returns>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
</Member> </Member>
@ -173,9 +173,9 @@
<Parameters> <Parameters>
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>The title to be displayed on the color selection dialog.</summary>
<param name="value">To be added: an object of type 'string'</param> <param name="value">The text to use.</param>
<returns>To be added: an object of type 'string'</returns> <returns>Current text to be used for the color selection dialog.</returns>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
</Member> </Member>
@ -188,9 +188,9 @@
<Parameters> <Parameters>
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Whether the sample is dithered or simply a solid color.</summary>
<param name="value">To be added: an object of type 'bool'</param> <param name="value">Whether to dither or not.</param>
<returns>To be added: an object of type 'bool'</returns> <returns>Current dither settings for the widget.</returns>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
</Member> </Member>
@ -203,9 +203,9 @@
<Parameters> <Parameters>
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>The blue value for the color in the widget.</summary>
<param name="value">To be added: an object of type 'uint'</param> <param name="value">Value of the color in the range from 0 to 65535. </param>
<returns>To be added: an object of type 'uint'</returns> <returns>The current value of the channel.</returns>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
</Member> </Member>
@ -218,9 +218,9 @@
<Parameters> <Parameters>
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Enable/Disable support for an alpha channel for the color.</summary>
<param name="value">To be added: an object of type 'bool'</param> <param name="value">Whether to support an alpha channel or not.</param>
<returns>To be added: an object of type 'bool'</returns> <returns>Curren rule for the use of the alpha channel.</returns>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
</Member> </Member>
@ -233,9 +233,9 @@
<Parameters> <Parameters>
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>The red value for the color in the widget.</summary>
<param name="value">To be added: an object of type 'uint'</param> <param name="value">Value of the color in the range from 0 to 65535.</param>
<returns>To be added: an object of type 'uint'</returns> <returns>The current value of the channel.</returns>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
</Member> </Member>
@ -247,7 +247,7 @@
</ReturnValue> </ReturnValue>
<Parameters /> <Parameters />
<Docs> <Docs>
<summary>To be added</summary> <summary>Emitted when a color is selected in the color dialog.</summary>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
</Member> </Member>
@ -264,11 +264,11 @@
<Parameter Name="a" Type="System.UInt16&amp;" RefType="out" /> <Parameter Name="a" Type="System.UInt16&amp;" RefType="out" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Get the UInt16s for the current color in the widget.</summary>
<param name="r">a <see cref="T:System.UInt16&amp;" /></param> <param name="r">Location to store the red value.</param>
<param name="g">a <see cref="T:System.UInt16&amp;" /></param> <param name="g">Location to store the green value.</param>
<param name="b">a <see cref="T:System.UInt16&amp;" /></param> <param name="b">Location to store the blue value.</param>
<param name="a">a <see cref="T:System.UInt16&amp;" /></param> <param name="a">Location to store the alpha value.</param>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
</Member> </Member>
@ -285,11 +285,11 @@
<Parameter Name="a" Type="System.Double&amp;" RefType="out" /> <Parameter Name="a" Type="System.Double&amp;" RefType="out" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Get the doubles for the current color in the widget.</summary>
<param name="r">a <see cref="T:System.Double&amp;" /></param> <param name="r">Location to store the red value.</param>
<param name="g">a <see cref="T:System.Double&amp;" /></param> <param name="g">Location to store the green value.</param>
<param name="b">a <see cref="T:System.Double&amp;" /></param> <param name="b">Location to store the blue value.</param>
<param name="a">a <see cref="T:System.Double&amp;" /></param> <param name="a">Location to store the alpha value.</param>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
</Member> </Member>
@ -306,11 +306,11 @@
<Parameter Name="a" Type="System.Byte&amp;" RefType="out" /> <Parameter Name="a" Type="System.Byte&amp;" RefType="out" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Get the bytes for the current color in the widget.</summary>
<param name="r">a <see cref="T:System.Byte&amp;" /></param> <param name="r">Location to store the red value.</param>
<param name="g">a <see cref="T:System.Byte&amp;" /></param> <param name="g">Location to store the green value.</param>
<param name="b">a <see cref="T:System.Byte&amp;" /></param> <param name="b">Location to store the blue value.</param>
<param name="a">a <see cref="T:System.Byte&amp;" /></param> <param name="a">Location to store the alpha value.</param>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
</Member> </Member>

View file

@ -39,7 +39,7 @@
<ReturnType>System.UInt32</ReturnType> <ReturnType>System.UInt32</ReturnType>
</ReturnValue> </ReturnValue>
<Docs> <Docs>
<summary>To be added</summary> <summary>The value of the alpha channel.</summary>
<returns>To be added: an object of type 'uint'</returns> <returns>To be added: an object of type 'uint'</returns>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
@ -51,7 +51,7 @@
<ReturnType>System.UInt32</ReturnType> <ReturnType>System.UInt32</ReturnType>
</ReturnValue> </ReturnValue>
<Docs> <Docs>
<summary>To be added</summary> <summary>The value of the blue channel.</summary>
<returns>To be added: an object of type 'uint'</returns> <returns>To be added: an object of type 'uint'</returns>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
@ -63,7 +63,7 @@
<ReturnType>System.UInt32</ReturnType> <ReturnType>System.UInt32</ReturnType>
</ReturnValue> </ReturnValue>
<Docs> <Docs>
<summary>To be added</summary> <summary>The value of the green channel.</summary>
<returns>To be added: an object of type 'uint'</returns> <returns>To be added: an object of type 'uint'</returns>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
@ -75,7 +75,7 @@
<ReturnType>System.UInt32</ReturnType> <ReturnType>System.UInt32</ReturnType>
</ReturnValue> </ReturnValue>
<Docs> <Docs>
<summary>To be added</summary> <summary>The value of the red channel.</summary>
<returns>To be added: an object of type 'uint'</returns> <returns>To be added: an object of type 'uint'</returns>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>