Trait gtk::prelude::ColorButtonExtManual
[−]
[src]
pub trait ColorButtonExtManual { fn new_with_color(color: &Color) -> ColorButton; fn get_color(&self) -> Color; fn set_color(&self, color: &Color); }
Required Methods
fn new_with_color(color: &Color) -> ColorButton
fn get_color(&self) -> Color
fn set_color(&self, color: &Color)
Implementors
impl<O: IsA<ColorButton>> ColorButtonExtManual for O