Trait GuiDialogShellExt

Source
pub trait GuiDialogShellExt<T: HasIDispatch = Self>: HasIDispatch<T> {
    // Provided methods
    fn title(&self) -> Result<String> { ... }
    fn close(&self) -> Result<()> { ... }
}

Provided Methods§

Source

fn title(&self) -> Result<String>

Source

fn close(&self) -> Result<()>

Implementors§