pub trait GuiButton_Impl<T: HasIDispatch = Self>: HasIDispatch<T> {
    // Provided methods
    fn emphasized(&self) -> Result<bool> { ... }
    fn left_label(&self) -> Result<SAPComponent> { ... }
    fn right_label(&self) -> Result<SAPComponent> { ... }
    fn press(&self) -> Result<()> { ... }
}

Provided Methods§

Implementors§