gnome-sharp 2.6.0.0 Gtk# 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.Button System.Obsolete(Message=null, IsError=False) Method System.Void 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 Method System.Void 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 Method System.Void 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 Constructor Internal constructor Pointer to the C object. This is an internal constructor, and should not be used by user code. Constructor Create a new ColorPicker widget. To be added Property System.UInt32 The green value for the color in the widget. The current value of the channel. To be added GLib.Property(Name="green") Property System.UInt32 The alpha value for the color in the widget. The current value of the channel. To be added GLib.Property(Name="alpha") Property System.String The title to be displayed on the color selection dialog. Current text to be used for the color selection dialog. To be added GLib.Property(Name="title") Property System.Boolean Whether the sample is dithered or simply a solid color. Current dither settings for the widget. To be added GLib.Property(Name="dither") Property System.UInt32 The blue value for the color in the widget. The current value of the channel. To be added GLib.Property(Name="blue") Property System.Boolean Enable/Disable support for an alpha channel for the color. Curren rule for the use of the alpha channel. To be added GLib.Property(Name="use_alpha") Property System.UInt32 The red value for the color in the widget. The current value of the channel. To be added GLib.Property(Name="red") Event Gnome.ColorSetHandler Emitted when a color is selected in the color dialog. To be added GLib.Signal(CName="color_set") Method System.Void 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 Method System.Void 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 Method System.Void 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 Property GLib.GType GType Property. a Returns the native value for . Method System.Void Default handler for the event. a a a a Override this method in a subclass to provide a default handler for the event. Constructor Protected Constructor. a Chain to this constructor if you have manually registered a native value for your subclass. System.Obsolete(Message=null, IsError=False)