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

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[src]

fn get_color(&self) -> Color[src]

fn set_color(&self, color: &Color)[src]

Loading content...

Implementors

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

Loading content...