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

pub trait ColorButtonExtManual: 'static {
    fn with_color(color: &Color) -> ColorButton;
fn get_color(&self) -> Color;
fn set_color(&self, color: &Color); }

Required methods

fn with_color(color: &Color) -> ColorButton

fn get_color(&self) -> Color

fn set_color(&self, color: &Color)

Sets the current color to be color.

Deprecated

Use ColorChooser::set_rgba instead.

color

A gdk::Color to set the current color with

Loading content...

Implementors

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

Loading content...