pub trait GuiChart_Impl<T: HasIDispatch = Self>: HasIDispatch<T> {
    // Provided method
    fn value_change(
        &self,
        p0: i32,
        p1: i32,
        p2: String,
        p3: String,
        p4: bool,
        p5: String,
        p6: String,
        p7: i32
    ) -> Result<()> { ... }
}

Provided Methods§

source

fn value_change( &self, p0: i32, p1: i32, p2: String, p3: String, p4: bool, p5: String, p6: String, p7: i32 ) -> Result<()>

Implementors§