Skip to main content

GuiTabStripExt

Trait GuiTabStripExt 

Source
pub trait GuiTabStripExt<T: HasIDispatch = Self>: HasIDispatch<T> {
    // Provided methods
    fn char_height(&self) -> Result<i32> { ... }
    fn char_left(&self) -> Result<i32> { ... }
    fn char_top(&self) -> Result<i32> { ... }
    fn char_width(&self) -> Result<i32> { ... }
    fn left_tab(&self) -> Result<GuiComponent> { ... }
    fn selected_tab(&self) -> Result<GuiComponent> { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§