pub trait GuiModalWindow_Impl<T: HasIDispatch = Self>: HasIDispatch<T> {
    // Provided methods
    fn is_popup_dialog(&self) -> Result<bool> { ... }
    fn popup_dialog_text(&self) -> Result<String> { ... }
}

Provided Methods§

source

fn is_popup_dialog(&self) -> Result<bool>

source

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

Implementors§