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

Implementors