pub trait ColorChooserExtManual: IsA<ColorChooser> + 'static {
// Provided method
fn add_palette(
&self,
orientation: Orientation,
colors_per_line: i32,
colors: &[RGBA],
) { ... }
}👎Deprecated: Since 4.10
Expand description
Trait containing manually implemented methods of
ColorChooser.
Provided Methods§
fn add_palette( &self, orientation: Orientation, colors_per_line: i32, colors: &[RGBA], )
👎Deprecated: Since 4.10
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.