[][src]Trait gtk::prelude::ColorChooserExtManual

pub trait ColorChooserExtManual: 'static {
    fn add_palette(
        &self,
        orientation: Orientation,
        colors_per_line: i32,
        colors: &[RGBA]
    ); }

Required methods

fn add_palette(
    &self,
    orientation: Orientation,
    colors_per_line: i32,
    colors: &[RGBA]
)

Loading content...

Implementors

impl<O: IsA<ColorChooser>> ColorChooserExtManual for O[src]

Loading content...