Trait gtk::prelude::ColorButtonExtManual [−][src]
pub trait ColorButtonExtManual: 'static {
fn with_color(color: &Color) -> ColorButton;
fn color(&self) -> Color;
fn set_color(&self, color: &Color);
}Required methods
fn with_color(color: &Color) -> ColorButtonSets the current color to be color.
Deprecated
Use ColorChooserExt::set_rgba() instead.
color
A GdkColor to set the current color with