From 903e79372778a0d1e8e38ba4fe4944f820dbb228 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Tue, 6 Jul 2004 16:17:24 +0000 Subject: [PATCH] 2004-07-06 Peter Johanson * en/Gnome/*.xml : docs for ColorPicker. svn path=/trunk/gtk-sharp/; revision=30795 --- doc/ChangeLog | 4 ++ doc/en/Gnome/ColorPicker.xml | 110 +++++++++++++++++----------------- doc/en/Gnome/ColorSetArgs.xml | 8 +-- 3 files changed, 63 insertions(+), 59 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 8a704791b..6aa14eeb7 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-07-06 Peter Johanson + + * en/Gnome/*.xml : docs for ColorPicker. + 2004-07-02 Mike Kestner * en/GLib/*.xml : more glib docs. diff --git a/doc/en/Gnome/ColorPicker.xml b/doc/en/Gnome/ColorPicker.xml index 638a64ae7..80b4ca24d 100644 --- a/doc/en/Gnome/ColorPicker.xml +++ b/doc/en/Gnome/ColorPicker.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + A button for selecting a color. + ColorPicker provides a button for selecting a color. When pressed, a dialog is opened allowing the user to select a color. Gtk.Button @@ -45,11 +45,11 @@ - To be added - To be added: an object of type 'double' - To be added: an object of type 'double' - To be added: an object of type 'double' - To be added: an object of type 'double' + Set the color in the widget. + The red value to set. + The green value to set. + The blue value to set. + The alpha value to set. To be added @@ -66,11 +66,11 @@ - To be added - To be added: an object of type 'byte' - To be added: an object of type 'byte' - To be added: an object of type 'byte' - To be added: an object of type 'byte' + Set the color in the widget. + The red value to set. + The green value to set. + The blue value to set. + The alpha value to set. To be added @@ -87,11 +87,11 @@ - To be added - To be added: an object of type 'ushort' - To be added: an object of type 'ushort' - To be added: an object of type 'ushort' - To be added: an object of type 'ushort' + Set the color in the widget. + The red value to set. + The green value to set. + The blue value to set. + The alpha value to set. To be added @@ -129,7 +129,7 @@ - To be added + Create a new ColorPicker widget. To be added: an object of type 'Gnome.ColorPicker' To be added @@ -143,9 +143,9 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'uint' + The green value for the color in the widget. + Value of the color in the range from 0 to 65535. + The current value of the channel. To be added @@ -158,9 +158,9 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'uint' + The alpha value for the color in the widget. + Value of the color in the range from 0 to 65535. + The current value of the channel. To be added @@ -173,9 +173,9 @@ - To be added - To be added: an object of type 'string' - To be added: an object of type 'string' + The title to be displayed on the color selection dialog. + The text to use. + Current text to be used for the color selection dialog. To be added @@ -188,9 +188,9 @@ - To be added - To be added: an object of type 'bool' - To be added: an object of type 'bool' + Whether the sample is dithered or simply a solid color. + Whether to dither or not. + Current dither settings for the widget. To be added @@ -203,9 +203,9 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'uint' + The blue value for the color in the widget. + Value of the color in the range from 0 to 65535. + The current value of the channel. To be added @@ -218,9 +218,9 @@ - To be added - To be added: an object of type 'bool' - To be added: an object of type 'bool' + Enable/Disable support for an alpha channel for the color. + Whether to support an alpha channel or not. + Curren rule for the use of the alpha channel. To be added @@ -233,9 +233,9 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'uint' + The red value for the color in the widget. + Value of the color in the range from 0 to 65535. + The current value of the channel. To be added @@ -247,7 +247,7 @@ - To be added + Emitted when a color is selected in the color dialog. To be added @@ -264,11 +264,11 @@ - To be added - a - a - a - a + Get the UInt16s for the current color in the widget. + Location to store the red value. + Location to store the green value. + Location to store the blue value. + Location to store the alpha value. To be added @@ -285,11 +285,11 @@ - To be added - a - a - a - a + Get the doubles for the current color in the widget. + Location to store the red value. + Location to store the green value. + Location to store the blue value. + Location to store the alpha value. To be added @@ -306,11 +306,11 @@ - To be added - a - a - a - a + Get the bytes for the current color in the widget. + Location to store the red value. + Location to store the green value. + Location to store the blue value. + Location to store the alpha value. To be added diff --git a/doc/en/Gnome/ColorSetArgs.xml b/doc/en/Gnome/ColorSetArgs.xml index 2fc93cc55..1eea8ebc3 100644 --- a/doc/en/Gnome/ColorSetArgs.xml +++ b/doc/en/Gnome/ColorSetArgs.xml @@ -39,7 +39,7 @@ System.UInt32 - To be added + The value of the alpha channel. To be added: an object of type 'uint' To be added @@ -51,7 +51,7 @@ System.UInt32 - To be added + The value of the blue channel. To be added: an object of type 'uint' To be added @@ -63,7 +63,7 @@ System.UInt32 - To be added + The value of the green channel. To be added: an object of type 'uint' To be added @@ -75,7 +75,7 @@ System.UInt32 - To be added + The value of the red channel. To be added: an object of type 'uint' To be added