pub trait GuiCustomControl_Impl<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> { ... }
}

Provided Methods§

source

fn char_height(&self) -> Result<i32>

source

fn char_left(&self) -> Result<i32>

source

fn char_top(&self) -> Result<i32>

source

fn char_width(&self) -> Result<i32>

Implementors§