Trait sourceview5::prelude::SymbolicPaintableExt

source ·
pub trait SymbolicPaintableExt: IsA<SymbolicPaintable> + Sealed + 'static {
    // Provided method
    fn snapshot_symbolic(
        &self,
        snapshot: &impl IsA<Snapshot>,
        width: f64,
        height: f64,
        colors: &[RGBA],
    ) { ... }
}

Provided Methods§

source

fn snapshot_symbolic( &self, snapshot: &impl IsA<Snapshot>, width: f64, height: f64, colors: &[RGBA], )

Object Safety§

This trait is not object safe.

Implementors§