Trait gtk4::subclass::color_chooser::ColorChooserImplExt

source ·
pub trait ColorChooserImplExt: Sealed + ObjectSubclass {
    // Provided methods
    fn parent_add_palette(
        &self,
        orientation: Orientation,
        colors_per_line: i32,
        colors: &[RGBA]
    ) { ... }
    fn parent_color_activated(&self, rgba: RGBA) { ... }
    fn parent_rgba(&self) -> RGBA { ... }
    fn parent_set_rgba(&self, rgba: RGBA) { ... }
}
👎Deprecated: Since 4.10

Provided Methods§

source

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

👎Deprecated: Since 4.10
source

fn parent_color_activated(&self, rgba: RGBA)

👎Deprecated: Since 4.10
source

fn parent_rgba(&self) -> RGBA

👎Deprecated: Since 4.10
source

fn parent_set_rgba(&self, rgba: RGBA)

👎Deprecated: Since 4.10

Object Safety§

This trait is not object safe.

Implementors§