[][src]Trait gtk::prelude::ColorButtonExtManual

pub trait ColorButtonExtManual: 'static {
    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)

Loading content...

Implementors

impl<O: IsA<ColorButton>> ColorButtonExtManual for O[src]

Loading content...