gnome-sharp0.0.0.0neutralGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.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.ButtonAtk.ImplementorGLib.IWrapperGLib.IWrapperSystem.IDisposableMethodSystem.VoidSet 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 addedMethodSystem.VoidSet 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 addedMethodSystem.VoidSet 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 addedMethodSystem.VoidDisposes the resources associated with the object.ConstructorInternal constructor
Pointer to the C object.
An instance of ColorPicker, wrapping the C object.This is an internal constructor, and should not be used by user code.ConstructorCreate a new ColorPicker widget.To be added: an object of type 'Gnome.ColorPicker'To be addedPropertySystem.UInt32The 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 addedPropertySystem.UInt32The 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 addedPropertySystem.StringThe 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 addedPropertySystem.BooleanWhether the sample is dithered or simply a solid color.
Whether to dither or not.
Current dither settings for the widget.To be addedPropertySystem.UInt32The 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 addedPropertySystem.BooleanEnable/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 addedPropertySystem.UInt32The 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 addedEventGnome.ColorSetHandlerEmitted when a color is selected in the color dialog.To be addedMethodSystem.VoidGet 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 addedMethodSystem.VoidGet 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 addedMethodSystem.VoidGet 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 addedPropertyGLib.GTypeGType Property.a Returns the native value for .MethodSystem.VoidDefault handler for the event.
a
a
a
a Override this method in a subclass to provide a default handler for the event.ConstructorProtected Constructor.
a a Chain to this constructor if you have manually registered a native value for your subclass.