pub trait GuiSplitterContainer_Impl<T: HasIDispatch = Self>: HasIDispatch<T> {
    // Provided methods
    fn is_vertical(&self) -> Result<bool> { ... }
    fn sash_position(&self) -> Result<i64> { ... }
    fn set_sash_position(&self, value: i64) -> Result<()> { ... }
}

Provided Methods§

Implementors§